Skip to content

Commit 09ce74d

Browse files
committed
Initial Commit
1 parent 425f08e commit 09ce74d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ jobs:
1818
runs-on: ubuntu-24.04
1919
steps:
2020
- uses: actions/checkout@v4
21+
- name: Enable pnpm via Corepack
22+
run: |
23+
corepack enable
24+
corepack prepare pnpm@${{ env.PNPM_VERSION }} --activate
2125
- uses: actions/setup-node@v4
2226
with:
2327
node-version: '22'
2428
cache: 'pnpm'
25-
- name: Enable pnpm via Corepack
26-
run: corepack enable && corepack prepare pnpm@10.10.0 --activate && pnpm -v
2729
- name: pnpm fetch
2830
run: pnpm fetch
2931
- name: pnpm install --offline

0 commit comments

Comments
 (0)