Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit 8ce8ff8

Browse files
committed
idk
1 parent 6fa46a8 commit 8ce8ff8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: actions/setup-node@v3
2121
with:
2222
node-version: 16
23+
env:
24+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
2325

2426
- run: npm ci --ignore-scripts
2527
env:

0 commit comments

Comments
 (0)