Skip to content

Commit 151becf

Browse files
committed
remove v10 and add v16 to node-version matrix
1 parent d13510b commit 151becf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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:
@@ -66,15 +66,15 @@ jobs:
6666
- name: Yarn Install
6767
run: yarn install --ignore-engines --frozen-lockfile
6868
- name: Integration Tests
69-
run: yarn workspace integration-tests test
69+
run: yarn workspace integration-tests test
7070

7171
test-packages:
7272
name: Test Packages
7373
runs-on: ${{ matrix.os }}
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)