File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - dev
66env :
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
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 :
Original file line number Diff line number Diff line change 44 branches :
55 - main
66env :
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
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 :
You can’t perform that action at this time.
0 commit comments