Skip to content

Commit

Permalink
build: support Node.js 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 26, 2024
1 parent 63cd974 commit 3dd250b
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 15.x
- Node.js 16.x
- Node.js 18.x
- Node.js 20.x

include:
- name: Node.js 0.10
Expand Down Expand Up @@ -101,6 +102,9 @@ jobs:
- name: Node.js 18.x
node-version: "18.18"

- name: Node.js 20.x
node-version: "20.11"

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 3dd250b

Please sign in to comment.