Skip to content

Commit ebc0379

Browse files
committed
Disabled node 16 in CI
1 parent 0920769 commit ebc0379

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/end_to_end_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
node-version: ['16', '18', '20']
25+
node-version: ['18', '20']
2626

2727
services:
2828
postgres:

.github/workflows/github_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: ['16', '18', '20']
18+
node-version: ['18', '20']
1919

2020
steps:
2121
- name: Checkout

.github/workflows/lint_and_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: ['16', '18', '20']
17+
node-version: ['18', '20']
1818

1919
steps:
2020
- name: Check out repo

.github/workflows/unit_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: ['16', '18', '20']
17+
node-version: ['18', '20']
1818

1919
steps:
2020
- name: Check out repo

0 commit comments

Comments
 (0)