Skip to content

Commit ef364c8

Browse files
committed
Remove node 12
1 parent 937af4c commit ef364c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration.yml

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

1414
strategy:
1515
matrix:
16-
node-version: [12.x]
16+
node-version: [14.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
node-version: [8, 10, 12, 14, 16, 17, 18]
15+
node-version: [14, 16, 17, 18]
1616

1717
steps:
1818
- uses: actions/checkout@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
node-version: [12, 14, 16, 18]
14+
node-version: [14, 16, 18]
1515

1616
steps:
1717
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)