Skip to content

Commit 18495bd

Browse files
committed
ci: workaround corepack issue with actions
1 parent 81cacec commit 18495bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
node-version: lts/*
2222

2323
- name: Install pnpm
24-
uses: corepack enable pnpm
24+
# https://github.com/nitrojs/nitro/pull/3060
25+
# https://github.com/nodejs/corepack/pull/614
26+
uses: npm i -g --force corepack && corepack enable pnpm
2527

2628
- name: Setup ni
2729
run: npm i -g @antfu/ni

0 commit comments

Comments
 (0)