Skip to content

Commit

Permalink
build: support Node.js 17.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 18, 2022
1 parent 60ed419 commit e9a2bba
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 14.x
- Node.js 15.x
- Node.js 16.x
- Node.js 17.x

include:
- name: Node.js 0.8
Expand Down Expand Up @@ -99,6 +100,9 @@ jobs:
- name: Node.js 16.x
node-version: "16.13"

- name: Node.js 17.x
node-version: "17.3"

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit e9a2bba

Please sign in to comment.