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 d92ff99 commit 28013c5Copy full SHA for 28013c5
.github/workflows/ci.yml
@@ -14,9 +14,10 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v5
17
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
18
with:
19
- node-version: '20'
+ package-manager-cache: false
20
+ node-version: '24'
21
- run: npm i -g --force corepack && corepack enable
22
- run: pnpm install
23
- run: pnpm dev:prepare
.github/workflows/nuxthub.yml
@@ -22,7 +22,7 @@ jobs:
run: npm i -g --force corepack && corepack enable
24
- name: Install Node.js
25
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
26
27
node-version: 23
28
cache: 'pnpm'
0 commit comments