Skip to content

Commit

Permalink
build: support Node.js 19.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Dec 20, 2022
1 parent bcc1164 commit 1c54203
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 @@ -31,6 +31,7 @@ jobs:
- Node.js 16.x
- Node.js 17.x
- Node.js 18.x
- Node.js 19.x

include:
- name: Node.js 0.8
Expand Down Expand Up @@ -122,6 +123,9 @@ jobs:
- name: Node.js 18.x
node-version: "18.12"

- name: Node.js 19.x
node-version: "19.3"

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 1c54203

Please sign in to comment.