Skip to content

Commit b5380c1

Browse files
committed
update
1 parent 2f6a06a commit b5380c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy-development.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- dev
66
env:
7-
NODE_VERSION: 20
7+
NODE_VERSION: 22
88
TOKEN_FOR_WORKFLOW: ${{ secrets.TOKEN_FOR_WORKFLOW }}
99
FIREBASE_PROJECT: "development"
1010
GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/firebase/functions/accounts/development.json
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
node-version: ${{ env.NODE_VERSION }}
6161
- name: Cache node modules
62-
uses: actions/cache@v3
62+
uses: actions/cache@v4
6363
env:
6464
cache-name: cache-node-modules
6565
with:

.github/workflows/deploy-production.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- main
66
env:
7-
NODE_VERSION: 20
7+
NODE_VERSION: 22
88
TOKEN_FOR_WORKFLOW: ${{ secrets.TOKEN_FOR_WORKFLOW }}
99
FIREBASE_PROJECT: "production"
1010
GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/firebase/functions/accounts/production.json
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
node-version: ${{ env.NODE_VERSION }}
6161
- name: Cache node modules
62-
uses: actions/cache@v3
62+
uses: actions/cache@v4
6363
env:
6464
cache-name: cache-node-modules
6565
with:

0 commit comments

Comments
 (0)