Skip to content

Commit 6c9df0f

Browse files
author
Wundercorp
committed
.
1 parent be7db31 commit 6c9df0f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
18+
node-version: "22.14.0"
1919
cache: npm
2020
- run: npm ci
2121
- run: npm run ci

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.0
1+
22.14.0

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.0
1+
22.14.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"release:prepare": "node scripts/prepare-npm-release.mjs"
3838
},
3939
"engines": {
40-
"node": ">=20.19.0"
40+
"node": ">=22.14.0"
4141
},
4242
"license": "Apache-2.0",
4343
"devDependencies": {

0 commit comments

Comments
 (0)