Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Commit bf4b07d

Browse files
committed
chore: fix corepack
1 parent 79cb94c commit bf4b07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 22
1919
- name: Install corepack
20-
run: npm install -g corepack
20+
run: npm add -g corepack
2121
- run: corepack enable
2222
- run: pnpm --version
2323
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)