Skip to content

Commit 0c7621c

Browse files
committed
chore(ci): remove node v15 checks
1 parent b367b32 commit 0c7621c

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: [14.x, 15.x, 16.x]
15+
node-version: [14.x, 16.x]
1616

1717
steps:
1818
- name: ⬇️ Checkout project
@@ -45,7 +45,7 @@ jobs:
4545
needs: validate
4646
strategy:
4747
matrix:
48-
node-version: [14.x, 15.x, 16.x]
48+
node-version: [14.x, 16.x]
4949

5050
steps:
5151
- name: ⬇️ Checkout project
@@ -69,7 +69,7 @@ jobs:
6969
needs: test
7070
strategy:
7171
matrix:
72-
node-version: [14.x, 15.x, 16.x]
72+
node-version: [14.x, 16.x]
7373

7474
steps:
7575
- name: ⬇️ Checkout project

0 commit comments

Comments
 (0)