Skip to content

Commit

Permalink
bump supported node versions
Browse files Browse the repository at this point in the history
may as well, since the type change is a semver major anyway
  • Loading branch information
isaacs committed May 15, 2023
1 parent 5fe5131 commit f984580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [14.x, 16.x, 18.x]
platform:
- os: ubuntu-latest
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"check-coverage": true
},
"engines": {
"node": ">=8"
"node": ">=16 || 14 >=14.17"
},
"prettier": {
"semi": false,
Expand Down

0 comments on commit f984580

Please sign in to comment.