Skip to content

Commit

Permalink
BREAKING CHANGE: drop support for node v14 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
GazHank committed Jul 21, 2023
1 parent 2fd0426 commit b7987dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.config.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]
config:
# arch isn't used and we have no way to use it currently
- { os: macos-latest, arch: x64 }
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"typescript": "5.1.6"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig-build.json",
Expand Down

0 comments on commit b7987dc

Please sign in to comment.