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 806c7ac commit 2f0f22aCopy full SHA for 2f0f22a
.github/renovate.json5
@@ -10,4 +10,7 @@
10
"enabled": false,
11
},
12
],
13
+ "ignoreDeps": [
14
+ "node",
15
+ ],
16
}
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set node version to 22
20
uses: actions/setup-node@v6
21
with:
22
- node-version: 22.20.0
+ node-version: 22
23
cache: "pnpm"
24
25
- run: pnpm install
0 commit comments