We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247362a commit 98918afCopy full SHA for 98918af
.github/workflows/on-pull-request.yml
@@ -13,6 +13,9 @@ jobs:
13
uses: actions/setup-node@v2
14
with:
15
node-version: '14'
16
+ - name: "Setup npm"
17
+ run: |
18
+ npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}"
19
- name: Install packages
20
run: |
21
npm ci
.github/workflows/on-push.yml
@@ -14,6 +14,9 @@ jobs:
22
0 commit comments