chore: update all workflows to Node.js v16

This commit is contained in:
Mrugesh Mohapatra
2021-11-02 22:47:04 +05:30
committed by Mrugesh Mohapatra
parent 466f39794b
commit 4574e4e81d
3 changed files with 9 additions and 9 deletions

View File

@ -20,10 +20,10 @@ jobs:
repository: freeCodeCamp/client-config repository: freeCodeCamp/client-config
path: client-config path: client-config
- name: Use Node.js 14.x - name: Use Node.js 16.x
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: 14.x node-version: 16.x
cache: 'npm' cache: 'npm'
- name: Set freeCodeCamp Environment Variables - name: Set freeCodeCamp Environment Variables
@ -60,7 +60,7 @@ jobs:
strategy: strategy:
matrix: matrix:
browsers: [chrome, firefox, electron] browsers: [chrome, firefox, electron]
node-version: [14.x] node-version: [16.x]
include: include:
- browsers: electron - browsers: electron
spec: cypress/integration/learn/challenges/projects.js spec: cypress/integration/learn/challenges/projects.js

View File

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [14.x] node-version: [16.x]
steps: steps:
- name: Checkout Source Files - name: Checkout Source Files
@ -48,7 +48,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [14.x] node-version: [16.x]
steps: steps:
- name: Checkout Source Files - name: Checkout Source Files

View File

@ -11,7 +11,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [14.x] node-version: [16.x]
steps: steps:
- name: Checkout Source Files - name: Checkout Source Files
@ -40,7 +40,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [14.x] node-version: [16.x]
steps: steps:
- name: Checkout Source Files - name: Checkout Source Files
@ -71,7 +71,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [14.x] node-version: [16.x]
steps: steps:
- name: Checkout Source Files - name: Checkout Source Files
@ -104,7 +104,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [14.x] node-version: [16.x]
locale: [chinese, espanol] locale: [chinese, espanol]
steps: steps: