Skip to content

Commit

Permalink
chore: add support for node 18 (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist authored Jun 13, 2022
1 parent 0491f48 commit 972adfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 18.x]

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 @@ -69,7 +69,7 @@
"rate-limiting"
],
"engines": {
"node": "^16 || ^14 || ^12"
"node": "^18 || ^16 || ^14 || ^12"
},
"support": true
}

0 comments on commit 972adfa

Please sign in to comment.