Skip to content

Commit

Permalink
removed non-working node versions and added 18 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
zanerock committed Jul 3, 2024
1 parent 6e91d67 commit c192eeb
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 @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [10, 12, ^14.15.x, ^16.10.x, 17, 20, 22]
node-version: [10, 12, ^14.15.x, ^16.10.x, 17, 18, 20, 22]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"author": "Lloyd Brookes <[email protected]>",
"license": "MIT",
"engines": {
"node": "^10 || ^12 || ^14.15.x || ^16.10.x || ^17 || ^20 || ^22"
"node": "^10 || ^12 || ^14.15.x || ^16.10.x || ^17 || ^18 || ^20 || ^22"
},
"files": [
"index.mjs",
Expand Down

0 comments on commit c192eeb

Please sign in to comment.