Skip to content

Commit

Permalink
fix(node): broaden supported node engines range
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay authored and ismay committed Oct 1, 2022
1 parent 760ce69 commit f066420
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.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"author": "ismay",
"license": "MIT",
"engines": {
"node": "^14 || ^16"
"node": ">=14"
},
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit f066420

Please sign in to comment.