Skip to content

Commit ad77352

Browse files
committed
💚 fix CI
1 parent 127d899 commit ad77352

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,33 +79,35 @@ jobs:
7979

8080
- name: Node.js 8.x
8181
node-version: "8.17"
82-
82+
8383

8484
- name: Node.js 9.x
8585
node-version: "9.11"
86-
86+
8787

8888
- name: Node.js 10.x
8989
node-version: "10.24"
90-
90+
9191

9292
- name: Node.js 11.x
9393
node-version: "11.15"
94-
94+
9595

9696
- name: Node.js 12.x
9797
node-version: "12.22"
98-
98+
9999

100100
- name: Node.js 13.x
101101
node-version: "13.14"
102-
102+
103103

104104
- name: Node.js 14.x
105105
node-version: "14.21"
106+
106107

107108
- name: Node.js 15.x
108109
node-version: "15.14"
110+
109111

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

0 commit comments

Comments
 (0)