Skip to content

Commit

Permalink
build: support Node.js 21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 31, 2023
1 parent dd6f061 commit 9669cfa
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 @@ -34,6 +34,7 @@ jobs:
- Node.js 18.x
- Node.js 19.x
- Node.js 20.x
- Node.js 21.x

include:
- name: Node.js 0.6
Expand Down Expand Up @@ -138,6 +139,9 @@ jobs:
- name: Node.js 20.x
node-version: "20.9"

- name: Node.js 21.x
node-version: "21.1"

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9669cfa

Please sign in to comment.