Skip to content

Commit

Permalink
feat: support node 18 (#7)
Browse files Browse the repository at this point in the history
* chore(git): exclude .node-version files

* add node 18.x to test matrix
  • Loading branch information
lionralfs authored Feb 25, 2023
1 parent ffee716 commit 164afea
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 17.2]
node-version: [14.x, 16.x, 17.2, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ commonjs/index.js
browser/index.js
node-esm/index.js
coverage/
.DS_Store
.DS_Store
.node-version

0 comments on commit 164afea

Please sign in to comment.