File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
lint_flow :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2
16
- - uses : actions/setup-node@v2
15
+ - uses : actions/checkout@v4
16
+ - uses : actions/setup-node@v4
17
17
with :
18
18
node-version : ' 21'
19
19
- run : yarn install --frozen-lockfile
26
26
build_deploy :
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v2
30
- - uses : actions/setup-node@v2
29
+ - uses : actions/checkout@v4
30
+ - uses : actions/setup-node@v4
31
31
with :
32
32
node-version : ' 21'
33
33
- run : yarn install --frozen-lockfile
50
50
windows :
51
51
runs-on : windows-latest
52
52
steps :
53
- - uses : actions/checkout@v2
54
- - uses : actions/setup-node@v2
53
+ - uses : actions/checkout@v4
54
+ - uses : actions/setup-node@v4
55
55
with :
56
56
node-version : ' 21'
57
57
- run : yarn install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments