File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 18
18
node-version : [16.x]
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
22
22
- name : Use Node.js ${{ matrix.node-version }}
23
- uses : actions/setup-node@v3
23
+ uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag= v3
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 18
18
node-version : [16.x]
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
22
22
- name : Use Node.js ${{ matrix.node-version }}
23
- uses : actions/setup-node@v3
23
+ uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag= v3
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 6
6
generate :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
10
10
- name : Installing Node.js v16
11
- uses : actions/setup-node@v3
11
+ uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag= v3
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 18
18
node-version : [16.x]
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
22
22
- name : Use Node.js ${{ matrix.node-version }}
23
- uses : actions/setup-node@v3
23
+ uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag= v3
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