Skip to content

Commit

Permalink
feat(node-versions): raised the minimum required node version to v18
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node v18 is now the minimum supported version
  • Loading branch information
travi committed Apr 14, 2023
1 parent 48408ff commit 4bfe425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
node-version:
- 14.17
- 16
- 18.0.0
- 19
os:
- ubuntu-latest
runs-on: "${{ matrix.os }}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -40,7 +40,7 @@
"xo": "0.39.1"
},
"engines": {
"node": ">=14.17"
"node": ">=18"
},
"files": [
"lib",
Expand Down

0 comments on commit 4bfe425

Please sign in to comment.