Skip to content

Commit

Permalink
add missing versions of Node.js to CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
carpasse committed May 8, 2024
1 parent 42cd921 commit 2fe581e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ 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
- Node.js 22.x

include:

Expand Down Expand Up @@ -110,6 +115,21 @@ jobs:
- name: Node.js 17.x
node-version: "17.9"

- 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.13"

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

- name: Node.js 22.x
node-version: "22.1"

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 2fe581e

Please sign in to comment.