Skip to content

Commit 02cd811

Browse files
committed
ci: solve corepack token rotation error
1 parent 27e9589 commit 02cd811

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ jobs:
2424
steps:
2525
- name: Checkout code
2626
uses: actions/checkout@v4
27-
- name: Enable Corepack
28-
run: corepack enable
27+
- name: Setup pnpm
28+
uses: pnpm/action-setup@v4
29+
with:
30+
run_install: false
2931
- name: Set up Node.js
3032
uses: actions/setup-node@v4
3133
with:
32-
node-version: "22"
34+
node-version: "22.x"
3335
cache: "pnpm"
3436
cache-dependency-path: "pnpm-lock.yaml"
3537

0 commit comments

Comments
 (0)