8000 Update build.yml · danimihalca/vscode-leetcode@6cb5482 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6cb5482

Browse files
authored
Update build.yml
1 parent 8b7d432 commit 6cb5482

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
node-version: 14
2121

2222
- name: Install Node.js modules
23-
run: npm install
23+
run: |
24+
echo '//npm.pkg.github.com/:_authToken=${{ secrets.PACKAGE_DOWNLOAD_TOKEN }}' > .npmrc
25+
npm install
2426
2527
- name: Lint
2628
run: npm run lint

0 commit comments

Comments
 (0)
0