Skip to content

Commit

Permalink
build: remove minor version for node in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ckng0221 committed Nov 11, 2023
1 parent 3c83479 commit a44491b
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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 @@ -96,25 +97,28 @@ jobs:
npm-i: mocha@9.2.2

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

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

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

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

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

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

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

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

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

0 comments on commit a44491b

Please sign in to comment.