mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-07 09:03:27 -05:00
fix(GHA): use numeric versions for node
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
# Exclude the languages that we currently run in the full CI suite.
|
||||
locale:
|
||||
- 'chinese'
|
||||
|
||||
4
.github/workflows/e2e-playwright.yml
vendored
4
.github/workflows/e2e-playwright.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
@@ -88,7 +88,7 @@ jobs:
|
||||
# Chrome both work, so hopefully there are no Mobile Safari specific
|
||||
# bugs.
|
||||
browsers: [chromium, firefox, webkit, Mobile Chrome]
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
|
||||
services:
|
||||
mongodb:
|
||||
|
||||
2
.github/workflows/e2e-third-party.yml
vendored
2
.github/workflows/e2e-third-party.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
services:
|
||||
mongodb:
|
||||
image: mongo:4.4
|
||||
|
||||
6
.github/workflows/e2e-with-new-api.yml
vendored
6
.github/workflows/e2e-with-new-api.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
@@ -80,7 +80,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
@@ -112,7 +112,7 @@ jobs:
|
||||
matrix:
|
||||
# Extend this to include firefox and webkit once chromium is working.
|
||||
browsers: [chromium]
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
|
||||
steps:
|
||||
- name: Set Action Environment Variables
|
||||
|
||||
2
.github/workflows/i18n-validate-builds.yml
vendored
2
.github/workflows/i18n-validate-builds.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
|
||||
2
.github/workflows/i18n-validate-prs.yml
vendored
2
.github/workflows/i18n-validate-prs.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
|
||||
10
.github/workflows/node.js-tests.yml
vendored
10
.github/workflows/node.js-tests.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
@@ -121,7 +121,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
@@ -171,7 +171,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
@@ -222,7 +222,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
locale: [portuguese, italian]
|
||||
|
||||
steps:
|
||||
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
node-version: [20]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
|
||||
Reference in New Issue
Block a user