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 20
20
steps :
21
21
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
22
22
- name : Use Node.js ${{ matrix.node-version }}
23
- uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
23
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
24
24
with :
25
25
node-version : ${{ matrix.node-version }}
26
26
- run : npm install
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
22
22
- name : Use Node.js ${{ matrix.node-version }}
23
- uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
23
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
24
24
with :
25
25
node-version : ${{ matrix.node-version }}
26
26
- run : npm install
Original file line number Diff line number Diff line change 8
8
steps :
9
9
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
10
10
- name : Installing Node.js v16
11
- uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
11
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
12
12
with :
13
13
node-version : ' 16'
14
14
registry-url : ' https://registry.npmjs.org/'
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
22
22
- name : Use Node.js ${{ matrix.node-version }}
23
- uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
23
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
24
24
with :
25
25
node-version : ${{ matrix.node-version }}
26
26
- run : npm install
You can’t perform that action at this time.
0 commit comments