We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f645708 commit e8e16c1Copy full SHA for e8e16c1
.github/workflows/ci.yml
@@ -17,9 +17,10 @@ jobs:
17
COREPACK_DEFAULT_TO_LATEST: 0
18
steps:
19
- uses: actions/checkout@v5
20
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
21
with:
22
- node-version: '20'
+ package-manager-cache: false
23
+ node-version: '24'
24
- run: npm i -g --force corepack && corepack enable
25
- run: pnpm install
26
- run: pnpm dev:prepare
0 commit comments