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 32
32
- uses : actions/checkout@v4
33
33
- uses : actions/setup-node@v4
34
34
with :
35
- node-version : 20
35
+ node-version : 22
36
36
cache : ' npm'
37
37
- name : Get node_modules from cache
38
38
uses : actions/cache@v4
61
61
- uses : actions/checkout@v4
62
62
- uses : actions/setup-node@v4
63
63
with :
64
- node-version : 20
64
+ node-version : 22
65
65
cache : ' npm'
66
66
- name : Get node_modules from cache
67
67
uses : actions/cache@v4
Original file line number Diff line number Diff line change 14
14
15
15
- uses : actions/setup-node@v4
16
16
with :
17
- node-version : 20
17
+ node-version : 22
18
18
cache : ' npm'
19
19
20
20
- name : Install dependencies
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v4
13
13
- uses : actions/setup-node@v4
14
14
with :
15
- node-version : 20
15
+ node-version : 22
16
16
cache : ' npm'
17
17
- name : ' Authenticate to Google Cloud'
18
18
uses : ' google-github-actions/auth@v2'
You can’t perform that action at this time.
0 commit comments