Skip to content

Commit

Permalink
Node namespace 14 (#174)
Browse files Browse the repository at this point in the history
* Bump node engines for node: namespace support
* ci: tests on 14+16
  • Loading branch information
purplecabbage authored Jun 21, 2022
1 parent 21cf522 commit b896cfe
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 @@ -39,7 +39,7 @@
},
"engineStrict": true,
"engines": {
"node": ">=12"
"node": "^14.18 || ^16.13 || >=18"
},
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit b896cfe

Please sign in to comment.