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 0e3968e commit fe92589Copy full SHA for fe92589
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup node
28
uses: actions/setup-node@v4
29
with:
30
- node-version: 20
+ node-version: 20.19.4
31
cache: pnpm
32
33
- name: Install dependencies
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
package.json
@@ -64,7 +64,7 @@
64
]
65
},
66
"engines": {
67
- "node": ">=20.0.0"
+ "node": "24.7.0"
68
69
"packageManager": "[email protected]+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92"
70
}
0 commit comments