Skip to content

Commit

Permalink
Update ci node 20 job name
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Oct 30, 2024
1 parent 0f5714b commit 6692b29
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
# Canary release script requires git history and tags.
fetch-depth: 0
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
# This makes Actions fetch all Git history so check_changeset script can diff properly.
fetch-depth: 0
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
# get all history for the diff
fetch-depth: 0
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pkg-paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@master
with:
node-version: 22.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
# get all history for the diff
fetch-depth: 0
- name: Set up node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease-manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
# Canary release script requires git history and tags.
fetch-depth: 0
- name: Set up node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
contents: write

steps:
- name: Set up node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Block this workflow if run on a non-release branch.
if: github.event.inputs.release-branch == 'release' || endsWith(github.event.inputs.release-branch, '-releasebranch')
steps:
- name: Set up node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
npx @puppeteer/browsers install chrome@stable
- uses: actions/checkout@v3
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
name: build.tar.gz
- name: Unzip build artifact
run: tar xf build.tar.gz
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
name: build.tar.gz
- name: Unzip build artifact
run: tar xf build.tar.gz
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
name: build.tar.gz
- name: Unzip build artifact
run: tar xf build.tar.gz
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
name: build.tar.gz
- name: Unzip build artifact
run: tar xf build.tar.gz
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-changed-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand All @@ -112,7 +112,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-changed-fcm-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-changed-firestore-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
rm -f "$output_file"
continue-on-error: true

- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test-changed-firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
needs: build
if: ${{ needs.build.outputs.changed == 'true'}}
steps:
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
needs: build
if: ${{ needs.build.outputs.changed == 'true'}}
steps:
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
needs: build
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install firefox
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
name: build.tar.gz
- name: Unzip build artifact
run: tar xf build.tar.gz
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand All @@ -237,7 +237,7 @@ jobs:
needs: build
if: ${{ needs.build.outputs.changed == 'true'}}
steps:
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
name: build.tar.gz
- name: Unzip build artifact
run: tar xf build.tar.gz
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-changed-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-firebase-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
# This makes Actions fetch all Git history so run-changed script can diff properly.
fetch-depth: 0
- name: Set up Node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-api-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# checkout HEAD commit instead of merge commit
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ github.token }}
- name: Set up node (20)
- name: Set up Node (22.10.0)
uses: actions/setup-node@v3
with:
node-version: 22.10.0
Expand Down

0 comments on commit 6692b29

Please sign in to comment.