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 May 5, 2021
1 parent bed92dc commit b62e41d
Showing 1 changed file with 4 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 @@ -17,6 +17,7 @@ jobs:
- Node.js 10.x
- Node.js 12.x
- Node.js 14.x
- Node.js 16.x

include:
- name: Node.js 0.10
Expand Down Expand Up @@ -44,6 +45,9 @@ jobs:
- name: Node.js 14.x
node-version: "14.15"

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

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit b62e41d

Please sign in to comment.