Skip to content

Commit a1b0298

Browse files
committed
feature: cloudcmd: drop support of node < 22
1 parent 85d9a91 commit a1b0298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
node-version:
12-
- 20.x
1312
- 22.x
13+
- 24.x
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: oven-sh/setup-bun@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"webpackbar": "^7.0.0"
218218
},
219219
"engines": {
220-
"node": ">=20.19"
220+
"node": ">=22"
221221
},
222222
"license": "MIT",
223223
"publishConfig": {

0 commit comments

Comments
 (0)