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 5ecb45f commit ac4f016Copy full SHA for ac4f016
package.json
@@ -16,7 +16,7 @@
16
},
17
"packageManager": "[email protected]",
18
"engines": {
19
- "node": "20.16.0"
+ "node": "22.19.0"
20
21
"pnpm": {
22
"overrides": {
packages/test-app/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install Node
26
uses: actions/setup-node@v3
27
with:
28
- node-version: 18
+ node-version: 22
29
cache: pnpm
30
- name: Install Dependencies
31
run: pnpm install --frozen-lockfile
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments