Skip to content

Commit

Permalink
build: support Node.js 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Apr 21, 2022
1 parent 29ea1b2 commit 158a170
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -30,6 +30,7 @@ jobs:
- Node.js 15.x
- Node.js 16.x
- Node.js 17.x
- Node.js 18.x

include:
- name: Node.js 0.10
Expand Down Expand Up @@ -102,6 +103,9 @@ jobs:
- name: Node.js 17.x
node-version: "17.9"

- name: Node.js 18.x
node-version: "18.0"

steps:
- uses: actions/checkout@v2

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -19,6 +19,7 @@ environment:
- nodejs_version: "15.14"
- nodejs_version: "16.14"
- nodejs_version: "17.9"
- nodejs_version: "18.0"
cache:
- node_modules
install:
Expand Down

0 comments on commit 158a170

Please sign in to comment.