File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
12
12
13
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
13
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
14
14
with :
15
15
node-version-file : .nvmrc
16
16
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
18
- name : Use Node.js
19
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
19
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
20
20
with :
21
21
node-version-file : .nvmrc
22
22
cache : ' npm'
Original file line number Diff line number Diff line change 23
23
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
24
25
25
- name : Install Node.js, NPM and Yarn
26
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
26
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
27
27
with :
28
28
node-version-file : .nvmrc
29
29
Original file line number Diff line number Diff line change 27
27
persist-credentials : true
28
28
lfs : true
29
29
- name : Use Node.js
30
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
30
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
31
31
with :
32
32
node-version-file : .nvmrc
33
33
- name : Cache Node.js modules
You can’t perform that action at this time.
0 commit comments