File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
node-version : ['lts/*', 'current']
11
11
steps :
12
12
- name : Checkout Repo
13
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
13
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
14
14
- name : Setup Node.js (${{ matrix.node-version }})
15
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
15
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
16
16
with :
17
17
node-version : ${{ matrix.node-version }}
18
18
- run : npm install
Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
10
- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
9
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
10
+ - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
11
11
with :
12
12
node-version : " 20.x"
13
13
- run : npm i
17
17
needs : build
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
21
- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
20
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
21
+ - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
22
22
with :
23
23
node-version : " 20.x"
24
24
registry-url : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments