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
UlisesGascon committed Feb 26, 2024
1 parent fdeb1d3 commit c259c34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -33,6 +33,7 @@ jobs:
- Node.js 18.x
- Node.js 19.x
- Node.js 20.x
- Node.js 21.x

include:
- name: Node.js 0.10
Expand Down Expand Up @@ -115,6 +116,10 @@ jobs:

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

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

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit c259c34

Please sign in to comment.