Skip to content

Commit 07856e8

Browse files
authoredJun 3, 2023
ci: stop testing against NodeJS v14, v16 (#524)
BREAKING CHANGE: Drop support for NodeJS v14, v16
1 parent e6201b0 commit 07856e8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
node_version:
16-
- 14
17-
- 16
1816
- 18
17+
- 20
1918
steps:
2019
- uses: actions/checkout@v3
2120
- name: Use Node.js ${{ matrix.node_version }}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@
9292
]
9393
},
9494
"engines": {
95-
"node": ">= 14"
95+
"node": ">= 18"
9696
}
9797
}

0 commit comments

Comments
 (0)
Please sign in to comment.