-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
29 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
- name: Setup Node.js environment | ||
uses: actions/[email protected] | ||
with: | ||
node-version: '18' | ||
node-version: '20' | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
@@ -28,7 +28,7 @@ jobs: | |
- name: Setup Node.js environment | ||
uses: actions/[email protected] | ||
with: | ||
node-version: '18' | ||
node-version: '20' | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
@@ -47,7 +47,7 @@ jobs: | |
- name: Setup Node.js environment | ||
uses: actions/[email protected] | ||
with: | ||
node-version: '18' | ||
node-version: '20' | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "{Reusable} Update Firestore Test Dependencies" | ||
name: '{Reusable} Update Firestore Test Dependencies' | ||
on: | ||
workflow_call: | ||
secrets: | ||
|
@@ -18,7 +18,7 @@ jobs: | |
- name: Setup node | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: "18" | ||
node-version: '20' | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
@@ -33,9 +33,9 @@ jobs: | |
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v6 | ||
with: | ||
token: "${{ secrets.GH_PAT }}" | ||
add-paths: "firestore/package*.json" | ||
token: '${{ secrets.GH_PAT }}' | ||
add-paths: 'firestore/package*.json' | ||
commit-message: npm update (firestore) | ||
title: npm update (firstore) | ||
branch: update-firestore | ||
author: "github-actions <[email protected]>" | ||
author: 'github-actions <[email protected]>' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "{Reusable} Update Cloud Functions dependencies" | ||
name: '{Reusable} Update Cloud Functions dependencies' | ||
on: | ||
workflow_call: | ||
secrets: | ||
|
@@ -18,7 +18,7 @@ jobs: | |
- name: Setup node | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: "18" | ||
node-version: '20' | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
@@ -33,9 +33,9 @@ jobs: | |
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v6 | ||
with: | ||
token: "${{ secrets.GH_PAT }}" | ||
add-paths: "functions/package*.json" | ||
token: '${{ secrets.GH_PAT }}' | ||
add-paths: 'functions/package*.json' | ||
commit-message: npm update (functions) | ||
title: npm update (functions) | ||
branch: update-functions | ||
author: "github-actions <[email protected]>" | ||
author: 'github-actions <[email protected]>' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "{Reusable} Update Web dependencies" | ||
name: '{Reusable} Update Web dependencies' | ||
on: | ||
workflow_call: | ||
secrets: | ||
|
@@ -24,15 +24,17 @@ jobs: | |
- name: Setup node | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: "18" | ||
node-version: '20' | ||
|
||
- name: Cache node deps | ||
uses: actions/cache@v4 | ||
env: | ||
cache-name: cache-web-node-deps | ||
with: | ||
path: ~/.npm | ||
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('web/package-lock.json') }} | ||
key: | ||
${{ runner.os }}-${{ env.cache-name }}-${{ | ||
hashFiles('web/package-lock.json') }} | ||
|
||
- name: npm update | ||
run: | | ||
|
@@ -44,9 +46,9 @@ jobs: | |
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v6 | ||
with: | ||
token: "${{ secrets.GH_PAT }}" | ||
add-paths: "web/package*.json" | ||
token: '${{ secrets.GH_PAT }}' | ||
add-paths: 'web/package*.json' | ||
commit-message: npm update (web) | ||
title: npm update (web) | ||
branch: update-web | ||
author: "github-actions <[email protected]>" | ||
author: 'github-actions <[email protected]>' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18 | ||
20 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters