Skip to content

Commit 7ab1848

Browse files
authored
feat!: bump node engine requirement >=20.5.0 (apache#1789)
1 parent ff11f65 commit 7ab1848

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
strategy:
3535
matrix:
36-
node-version: [16.x, 18.x, 20.x, 22.x]
36+
node-version: [20.x, 22.x]
3737
os: [ubuntu-latest, windows-latest, macos-latest]
3838

3939
steps:

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"tmp": "^0.2.3"
4949
},
5050
"engines": {
51-
"node": ">=16.13.0"
51+
"node": ">=20.5.0"
5252
},
5353
"nyc": {
5454
"include": [

0 commit comments

Comments
 (0)