We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683f047 commit b564d0aCopy full SHA for b564d0a
.github/workflows/nodejs.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: actions/setup-node@v1
14
with:
15
node-version: 12
16
+ registry-url: https://npm.pkg.github.com/
17
- run: npm ci
18
- run: npm run build --if-present
19
- run: npm test
0 commit comments