Skip to content

Commit

Permalink
build: support Node.js 17.x
Browse files Browse the repository at this point in the history
closes #1135
  • Loading branch information
0xdw authored and dougwilson committed Sep 26, 2024
1 parent 187b42a commit f7ab774
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 @@ -28,6 +28,7 @@ jobs:
- Node.js 14.x
- Node.js 15.x
- Node.js 16.x
- Node.js 17.x
- Node.js 18.x
- Node.js 20.x

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

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

- name: Node.js 18.x
node-version: "18.18"

Expand Down

0 comments on commit f7ab774

Please sign in to comment.