Skip to content

Commit c22c220

Browse files
committed
fix ci
1 parent 7bb1afb commit c22c220

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ jobs:
5454
npm-i: mocha@8.4.0
5555

5656
- name: Node.js 11.x
57-
node-version: "11.0.0"
57+
node-version: "11.15"
5858
npm-i: mocha@8.4.0
5959

6060
- name: Node.js 12.x
6161
node-version: "12.0.0"
6262
npm-i: mocha@9.2.2
6363

6464
- name: Node.js 13.x
65-
node-version: "13.0.0"
65+
node-version: "13.14"
6666
npm-i: mocha@9.2.2
6767

6868
- name: Node.js 14.x
@@ -89,16 +89,16 @@ jobs:
8989
node-version: "20.0.0"
9090

9191
- name: Node.js 21.x
92-
node-version: "21.0.0"
92+
node-version: "21"
9393

9494
- name: Node.js 22.x
95-
node-version: "22.0.0"
95+
node-version: "22"
9696

9797
- name: Node.js 23.x
98-
node-version: "23.0.0"
98+
node-version: "23"
9999

100100
- name: Node.js 24.x
101-
node-version: "24.0.0"
101+
node-version: "24"
102102

103103
runs-on: ${{ matrix.os }}
104104
steps:

0 commit comments

Comments
 (0)