@@ -13,10 +13,6 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- - uses: actions/setup-node@v2
- with:
- node-version: 12
- registry-url: 'https://registry.npmjs.org'
- name: cargo login
run: cargo login ${{ secrets.CRATE_TOKEN }}