File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- dev
6
6
env :
7
- NODE_VERSION : 20
7
+ NODE_VERSION : 22
8
8
TOKEN_FOR_WORKFLOW : ${{ secrets.TOKEN_FOR_WORKFLOW }}
9
9
FIREBASE_PROJECT : " development"
10
10
GOOGLE_APPLICATION_CREDENTIALS : ${{ github.workspace }}/firebase/functions/accounts/development.json
59
59
with :
60
60
node-version : ${{ env.NODE_VERSION }}
61
61
- name : Cache node modules
62
- uses : actions/cache@v3
62
+ uses : actions/cache@v4
63
63
env :
64
64
cache-name : cache-node-modules
65
65
with :
Original file line number Diff line number Diff line change 4
4
branches :
5
5
- main
6
6
env :
7
- NODE_VERSION : 20
7
+ NODE_VERSION : 22
8
8
TOKEN_FOR_WORKFLOW : ${{ secrets.TOKEN_FOR_WORKFLOW }}
9
9
FIREBASE_PROJECT : " production"
10
10
GOOGLE_APPLICATION_CREDENTIALS : ${{ github.workspace }}/firebase/functions/accounts/production.json
59
59
with :
60
60
node-version : ${{ env.NODE_VERSION }}
61
61
- name : Cache node modules
62
- uses : actions/cache@v3
62
+ uses : actions/cache@v4
63
63
env :
64
64
cache-name : cache-node-modules
65
65
with :
You can’t perform that action at this time.
0 commit comments