Skip to content

Commit

Permalink
build: support Node.js 19.x
Browse files Browse the repository at this point in the history
  • Loading branch information
abenhamdine authored and dougwilson committed Feb 23, 2023
1 parent 5ad9541 commit 9bc1742
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 @@ -31,6 +31,7 @@ jobs:
- Node.js 16.x
- Node.js 17.x
- Node.js 18.x
- Node.js 19.x

include:
- name: Node.js 0.10
Expand Down Expand Up @@ -108,6 +109,9 @@ jobs:
- name: Node.js 18.x
node-version: "18.14"

- name: Node.js 19.x
node-version: "19.7"

steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -20,6 +20,7 @@ environment:
- nodejs_version: "16.19"
- nodejs_version: "17.9"
- nodejs_version: "18.14"
- nodejs_version: "19.7"
cache:
- node_modules
install:
Expand Down

0 comments on commit 9bc1742

Please sign in to comment.