Skip to content

Commit 6689231

Browse files
committed
ci: run on node 14 and 16 instead of 12 and 14
1 parent af1b2df commit 6689231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [12.x, 14.x]
16+
node-version: [14.x, 16.x]
1717
test:
1818
[
1919
complex-sample,
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
strategy:
5353
matrix:
54-
node-version: [12.x, 14.x]
54+
node-version: [14.x, 16.x]
5555
needs: [unit-tests]
5656
steps:
5757
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)