File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments