File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
20
- - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
20
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
21
21
with :
22
22
node-version : ${{ matrix.node }}
23
23
cache : npm
37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
40
- - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
40
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
41
41
with :
42
42
node-version : ${{ matrix.node }}
43
43
cache : npm
56
56
runs-on : windows-latest
57
57
steps :
58
58
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
59
- - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
59
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
60
60
with :
61
61
node-version : ${{ matrix.node }}
62
62
cache : npm
75
75
runs-on : macos-latest
76
76
steps :
77
77
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
78
- - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
78
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
79
79
with :
80
80
node-version : ${{ matrix.node }}
81
81
cache : npm
You can’t perform that action at this time.
0 commit comments