fix(actions): remove node 12 - diligently this time (#41682)
This commit is contained in:
committed by
GitHub
parent
611b3b2a42
commit
275b17a414
2
.github/workflows/node.js-tests-upcoming.yml
vendored
2
.github/workflows/node.js-tests-upcoming.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x]
|
node-version: [14.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Source Files
|
- name: Checkout Source Files
|
||||||
|
2
.github/workflows/node.js-tests.yml
vendored
2
.github/workflows/node.js-tests.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x, 12.x]
|
node-version: [14.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Source Files
|
- name: Checkout Source Files
|
||||||
|
Reference in New Issue
Block a user