Skip to content

Commit

Permalink
add missing node versions to ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
carpasse committed Apr 9, 2024
1 parent f1799d7 commit 53c9da5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- Node.js 15.x
- Node.js 16.x
- Node.js 17.x
- Node.js 18.x
- Node.js 19.x
- Node.js 20.x
- Node.js 21.x

include:
- name: Node.js 0.8
Expand Down Expand Up @@ -107,6 +111,18 @@ jobs:
- name: Node.js 17.x
node-version: "17.4"

- name: Node.js 18.x
node-version: "18.20"

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

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

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

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 53c9da5

Please sign in to comment.