Skip to content

Commit a7604c7

Browse files
pinkforeststriezel
authored andcommitted
Fix CI without token (rustsec#6)
Conflicts: .github/workflows/ci.yml
1 parent 7d2839f commit a7604c7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ jobs:
66
main:
77
runs-on: ubuntu-latest
88
steps:
9-
- name: Create npm configuration
10-
run: echo "//npm.pkg.github.com/:_authToken=${token}" >> ~/.npmrc
11-
env:
12-
token: ${{ secrets.GITHUB_TOKEN }}
13-
149
- uses: actions/checkout@v3
10+
- uses: actions/setup-node@v3
11+
with:
12+
node-version: 16
1513
- name: Install dependencies
1614
run: npm ci
1715
- name: Linting

0 commit comments

Comments
 (0)