Skip to content

Commit 374461d

Browse files
committed
ci: re-adjust node.js version
1 parent f8fcae4 commit 374461d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/runnable-old-node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node-version: [6, 7, 8, 9]
19+
node-version: [ 6, 7, 8, 9, 10.x, 11.x, 12.x, 13.x ]
2020

2121
steps:
2222
- name: Checkout

.github/workflows/runnable-without-optional-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node-version: [ 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x ]
19+
node-version: [ 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x ]
2020

2121
steps:
2222
- name: Checkout

.github/workflows/runnable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x]
19+
node-version: [ 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x ]
2020

2121
steps:
2222
- name: Checkout

0 commit comments

Comments
 (0)