Skip to content

Commit 3b6dba0

Browse files
committed
Node supported version in ci and engine update
1 parent e6291a1 commit 3b6dba0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
node: ["20.x"]
9+
node: ["22.x"]
1010
os: [ubuntu-latest]
1111

1212
runs-on: ${{ matrix.os }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
>=18.x
1+
>=20.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
]
116116
},
117117
"engines": {
118-
"node": ">=18.x",
118+
"node": ">=20.x",
119119
"npm": ">=9.x"
120120
},
121121
"dependencies": {

0 commit comments

Comments
 (0)