File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v4
3333 - uses : actions/setup-node@v4
3434 with :
35- node-version : 20
35+ node-version : 22
3636 cache : ' npm'
3737 - name : Get node_modules from cache
3838 uses : actions/cache@v4
6161 - uses : actions/checkout@v4
6262 - uses : actions/setup-node@v4
6363 with :
64- node-version : 20
64+ node-version : 22
6565 cache : ' npm'
6666 - name : Get node_modules from cache
6767 uses : actions/cache@v4
Original file line number Diff line number Diff line change 1414
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 20
17+ node-version : 22
1818 cache : ' npm'
1919
2020 - name : Install dependencies
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313 - uses : actions/setup-node@v4
1414 with :
15- node-version : 20
15+ node-version : 22
1616 cache : ' npm'
1717 - name : ' Authenticate to Google Cloud'
1818 uses : ' google-github-actions/auth@v2'
You can’t perform that action at this time.
0 commit comments