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 bbd0006 commit d901533Copy full SHA for d901533
.github/workflows/pr-validation.yml
@@ -27,6 +27,7 @@ jobs:
27
uses: actions/setup-node@v4
28
with:
29
node-version: 20
30
+ registry-url: 'https://npm.pkg.github.com'
31
env:
32
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
.github/workflows/pr.yml
@@ -28,6 +28,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: npm
34
0 commit comments