Skip to content

Commit

Permalink
Node namespace 14 (#60)
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 Aug 18, 2022
1 parent 07ac318 commit 2b0b329
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, 16.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 @@ -7,7 +7,7 @@
"author": "Adobe Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=10.0"
"node": "^14.18 || ^16.13 || >=18"
},
"files": [
"/src",
Expand Down

0 comments on commit 2b0b329

Please sign in to comment.