chore(ci): deprecate node 12 (#41585)
This commit is contained in:
committed by
GitHub
parent
b7bfacc114
commit
ca6cb07838
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
browsers: [chrome, firefox]
|
||||
node-version: [14.x, 12.x]
|
||||
node-version: [14.x]
|
||||
services:
|
||||
mongodb:
|
||||
image: mongo:3.6.19
|
||||
|
2
.github/workflows/lighthouse-ci.yml
vendored
2
.github/workflows/lighthouse-ci.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x, 12.x]
|
||||
node-version: [14.x]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
|
2
.github/workflows/node.js-tests-upcoming.yml
vendored
2
.github/workflows/node.js-tests-upcoming.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x, 12.x]
|
||||
node-version: [14.x]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
|
2
.github/workflows/node.js-tests.yml
vendored
2
.github/workflows/node.js-tests.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x, 12.x]
|
||||
node-version: [14.x]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
|
Reference in New Issue
Block a user