Skip to content

Commit 9ef5d1f

Browse files
committed
fix: pin pkglab@0.12.2 in CI (npm auth fix)
1 parent c196b3c commit 9ef5d1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/init-blacksmith/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ runs:
122122
# pkglab ships platform-specific binaries as optional deps (pkglab-linux-x64, etc.)
123123
# pnpm doesn't resolve these for workspace devDeps, so we install globally via npm
124124
- name: Install pkglab
125-
run: npm install -g pkglab@latest
125+
run: npm install -g pkglab@0.12.2
126126
shell: bash
127127

128128
- name: Get Playwright Version

.github/actions/init/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ runs:
122122
# pkglab ships platform-specific binaries as optional deps (pkglab-linux-x64, etc.)
123123
# pnpm doesn't resolve these for workspace devDeps, so we install globally via npm
124124
- name: Install pkglab
125-
run: npm install -g pkglab@latest
125+
run: npm install -g pkglab@0.12.2
126126
shell: bash
127127

128128
- name: Get Playwright Version

0 commit comments

Comments
 (0)