Skip to content

Commit f63360a

Browse files
committed
chore(ci): use pnpm version from corepack config
@pnpm/action-setup supports it, also add install script allowlist for newer pnpm
1 parent ccdab60 commit f63360a

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
id: pnpm-install
2828
with:
2929
run_install: false
30-
version: 9
3130

3231
- name: Get pnpm store directory
3332
id: pnpm-cache

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
id: pnpm-install
1818
with:
1919
run_install: false
20-
version: 9
2120

2221
- name: Get pnpm store directory
2322
id: pnpm-cache

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
allowBuilds:
2+
'@evilmartians/lefthook': true
3+
esbuild: true

0 commit comments

Comments
 (0)