Skip to content

Commit 3c1786a

Browse files
committed
ci: add registry-url to setup-node for GitHub Packages auth
1 parent d671110 commit 3c1786a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: 20
22+
registry-url: https://npm.pkg.github.com
2223

2324
- name: Install dependencies
2425
run: yarn install --frozen-lockfile

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: 20
22+
registry-url: https://npm.pkg.github.com
2223

2324
- name: Install dependencies
2425
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)