Skip to content

Commit 4c92c94

Browse files
committed
ci: run pipeline with node v14 & v16
1 parent 111b1d3 commit 4c92c94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node_version: [8.x, 10.x]
15+
node_version: [14, 16]
1616
fail-fast: false
1717

1818
steps:
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: windows-latest
5757
strategy:
5858
matrix:
59-
node_version: [8.x, 10.x]
59+
node_version: [14, 16]
6060
fail-fast: false
6161

6262
steps:
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: macOS-latest
9191
strategy:
9292
matrix:
93-
node_version: [8.x, 10.x]
93+
node_version: [14, 16]
9494
fail-fast: false
9595

9696
steps:

0 commit comments

Comments
 (0)