Skip to content

Commit

Permalink
build: Node.js 23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed Oct 21, 2024
1 parent f3e6f38 commit 1db3eda
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- Node.js 20.x
- Node.js 21.x
- Node.js 22.x
- Node.js 23.x

include:
- name: Node.js 0.8
Expand Down Expand Up @@ -63,69 +64,72 @@ jobs:
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0

- name: Node.js 4.x
node-version: "4.9"
node-version: "4"
npm-i: mocha@5.2.0 nyc@11.9.0 supertest@3.4.2

- name: Node.js 5.x
node-version: "5.12"
node-version: "5"
npm-i: mocha@5.2.0 nyc@11.9.0 supertest@3.4.2

- name: Node.js 6.x
node-version: "6.17"
node-version: "6"
npm-i: mocha@6.2.3 nyc@14.1.1 supertest@6.1.6

- name: Node.js 7.x
node-version: "7.10"
node-version: "7"
npm-i: mocha@6.2.3 nyc@14.1.1 supertest@6.1.6

- name: Node.js 8.x
node-version: "8.16"
node-version: "8"
npm-i: mocha@7.2.0 nyc@14.1.1

- name: Node.js 9.x
node-version: "9.11"
node-version: "9"
npm-i: mocha@7.2.0 nyc@14.1.1

- name: Node.js 10.x
node-version: "10.16"
node-version: "10"
npm-i: mocha@8.4.0

- name: Node.js 11.x
node-version: "11.15"
node-version: "11"
npm-i: mocha@8.4.0

- name: Node.js 12.x
node-version: "12.22"
node-version: "12"

- name: Node.js 13.x
node-version: "13.14"
node-version: "13"

- name: Node.js 14.x
node-version: "14.19"
node-version: "14"

- name: Node.js 15.x
node-version: "15.14"
node-version: "15"

- name: Node.js 16.x
node-version: "16.15"
node-version: "16"

- name: Node.js 17.x
node-version: "17.9"
node-version: "17"

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

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

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

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

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

- name: Node.js 23.x
node-version: "23"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1db3eda

Please sign in to comment.