File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,14 @@ jobs:
19
19
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - run : corepack enable
22
+
23
23
- uses : actions/setup-node@v4
24
24
with :
25
25
node-version : ${{ matrix.node }}
26
- cache : pnpm
26
+
27
+ - run : npm install --global corepack@latest
28
+
29
+ - run : corepack enable
27
30
28
31
- name : 📦 Install dependencies
29
32
run : pnpm install
Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - run : corepack enable
18
17
- uses : actions/setup-node@v4
19
18
with :
20
19
node-version : ' 22'
21
20
cache : pnpm
21
+ - run : npm install --global corepack@latest
22
+ - run : corepack enable
23
+
22
24
# Pick your own package manager and build script
23
25
- run : pnpm install
24
26
- run : pnpm dev:generate --preset=github-pages
You can’t perform that action at this time.
0 commit comments