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 75e2d79 commit 24a2f1bCopy full SHA for 24a2f1b
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: corepack enable
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 22
+ node-version: 22.18.0
20
cache: "pnpm"
21
- run: pnpm install
22
- run: pnpm lint
package.json
@@ -27,7 +27,7 @@
27
"test": "pnpm lint && vitest run"
28
},
29
"devDependencies": {
30
- "@nuxt/eslint-config": "^1.4.1",
+ "@nuxt/eslint-config": "^1.8.0",
31
"@vitest/coverage-v8": "latest",
32
"@vue/devtools-api": "^6.6.4",
33
"eslint": "latest",
@@ -36,5 +36,5 @@
36
"unbuild": "latest",
37
"vitest": "latest"
38
39
- "packageManager": "pnpm@10.12.4"
+ "packageManager": "pnpm@10.14.0"
40
}
0 commit comments