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 Jan 14, 2023
1 parent 86ea3ba commit de0b3cd
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 @@ -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 @@ -101,6 +102,9 @@ jobs:
- name: Node.js 15.x
node-version: "15.14"

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

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit de0b3cd

Please sign in to comment.