Skip to content

Commit

Permalink
breaking: remove node-12 support (#548)
Browse files Browse the repository at this point in the history
* Bump node engines for node: namespace support

* ci: tests on 14+16

Co-authored-by: Shazron Abdullah <36107+shazron@users.noreply.github.com>
  • Loading branch information
purplecabbage and shazron authored Jun 25, 2022
1 parent fb4b9ca commit 2ab6c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x, 16.x]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"engineStrict": true,
"engines": {
"node": ">=12.2.0"
"node": "^14.18 || ^16.13 || >=18"
},
"files": [
"bin/run",
Expand Down

0 comments on commit 2ab6c01

Please sign in to comment.