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
UlisesGascon committed Nov 11, 2023
1 parent 2a00da2 commit 3e81a44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- Node.js 17.x
- Node.js 18.x
- Node.js 19.x
- Node.js 20.x

include:
- name: Node.js 0.10
Expand Down Expand Up @@ -112,6 +113,8 @@ jobs:
- name: Node.js 19.x
node-version: "19.7"

- name: Node.js 20.x
node-version: "20.9"
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 3e81a44

Please sign in to comment.