Skip to content

Commit b472ee5

Browse files
committed
remove v10 and add v16 to node-version matrix
1 parent 6751c0c commit b472ee5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
node-version: [14.x, 12.x, 10.x]
28+
node-version: [16.x, 14.x, 12.x]
2929
os: [ubuntu-latest, windows-latest]
3030

3131
steps:
@@ -53,7 +53,7 @@ jobs:
5353

5454
strategy:
5555
matrix:
56-
node-version: [14.x, 12.x, 10.x]
56+
node-version: [16.x, 14.x, 12.x]
5757
os: [ubuntu-latest, windows-latest]
5858

5959
steps:
@@ -74,7 +74,7 @@ jobs:
7474

7575
strategy:
7676
matrix:
77-
node-version: [14.x, 12.x, 10.x]
77+
node-version: [16.x, 14.x, 12.x]
7878
os: [ubuntu-latest, windows-latest]
7979

8080
steps:

0 commit comments

Comments
 (0)