mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(ci): deprecate node 12 (#41585)
This commit is contained in:
committed by
GitHub
parent
b7bfacc114
commit
ca6cb07838
@@ -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
|
||||
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x, 12.x]
|
||||
node-version: [14.x]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x, 12.x]
|
||||
node-version: [14.x]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
|
||||
@@ -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