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 1d00fec commit c70bde7Copy full SHA for c70bde7
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install Node.js
24
uses: actions/setup-node@dda4788290998366da86b6a4f497909644397bb2
25
with:
26
- node-version: 22
+ node-version: 24
27
cache: 'pnpm'
28
- run: pnpm install
29
- run: pnpm dev:prepare
package.json
@@ -54,7 +54,7 @@
54
"@nuxt/module-builder": "1.0.2",
55
"@nuxt/schema": "^4.2.0",
56
"@nuxt/test-utils": "^3.7.4",
57
- "@types/node": "^22.0.0",
+ "@types/node": "^24.0.0",
58
"changelogen": "^0.5.5",
59
"eslint": "9.39.0",
60
"nitropack": "^2.10.4",
0 commit comments