Skip to content

Commit d901533

Browse files
committed
build(ci): add github registry config
Signed-off-by: Ruben Romero Montes <[email protected]>
1 parent bbd0006 commit d901533

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: 20
30+
registry-url: 'https://npm.pkg.github.com'
3031
env:
3132
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3233

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
node-version: ${{ matrix.node }}
3030
cache: npm
31+
registry-url: 'https://npm.pkg.github.com'
3132
env:
3233
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3334

0 commit comments

Comments
 (0)