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 Jun 1, 2021
1 parent 14675ea commit db837b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -29,6 +29,7 @@ jobs:
- Node.js 13.x
- Node.js 14.x
- Node.js 15.x
- Node.js 16.x

include:
- name: Node.js 0.6
Expand Down Expand Up @@ -103,6 +104,9 @@ jobs:
- name: Node.js 15.x
node-version: "15.14"

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

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit db837b6

Please sign in to comment.