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 19, 2021
1 parent c252c03 commit 454ceb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
- name: Node.js 15.x
node-version: "15.5"

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

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 454ceb6

Please sign in to comment.