Skip to content

Commit 4bfe425

Browse files
committed
feat(node-versions): raised the minimum required node version to v18
BREAKING CHANGE: node v18 is now the minimum supported version
1 parent 48408ff commit 4bfe425

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version:
16-
- 14.17
17-
- 16
16+
- 18.0.0
17+
- 19
1818
os:
1919
- ubuntu-latest
2020
runs-on: "${{ matrix.os }}"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"xo": "0.39.1"
4141
},
4242
"engines": {
43-
"node": ">=14.17"
43+
"node": ">=18"
4444
},
4545
"files": [
4646
"lib",

0 commit comments

Comments
 (0)