Skip to content

Commit

Permalink
build: support Node.js 16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 26, 2021
1 parent 7253c22 commit e44bbb8
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- Node.js 13.x
- Node.js 14.x
- Node.js 15.x
- Node.js 16.x

include:
- name: Node.js 0.8
Expand Down Expand Up @@ -93,6 +94,9 @@ jobs:
- name: Node.js 15.x
node-version: "15.14"

- name: Node.js 16.x
node-version: "16.13"

steps:
- uses: actions/checkout@v2

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ environment:
- nodejs_version: "13.14"
- nodejs_version: "14.18"
- nodejs_version: "15.14"
- nodejs_version: "16.13"
cache:
- node_modules
install:
Expand Down

0 comments on commit e44bbb8

Please sign in to comment.