File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
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@v4
13
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14
14
- name : Setup Node.js (${{ matrix.node-version }})
15
- uses : actions/setup-node@v4
15
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
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@v4
10
- - uses : actions/setup-node@v4
9
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
10
+ - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
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@v4
21
- - uses : actions/setup-node@v4
20
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21
+ - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
22
22
with :
23
23
node-version : " 20.x"
24
24
registry-url : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change 14
14
issues : write
15
15
pull-requests : write
16
16
steps :
17
- - uses : actions/stale@v9
17
+ - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
18
18
with :
19
19
repo-token : ${{ secrets.GITHUB_TOKEN }}
20
20
days-before-stale : 365
Original file line number Diff line number Diff line change 30
30
" test"
31
31
],
32
32
"devDependencies" : {
33
- "ava" : " ^6.0.1 " ,
34
- "nyc" : " ^ 15.0 .0" ,
35
- "xo" : " ^ 0.58.0"
33
+ "ava" : " 6.1.2 " ,
34
+ "nyc" : " 15.1 .0" ,
35
+ "xo" : " 0.58.0"
36
36
},
37
37
"type" : " module"
38
38
}
You can’t perform that action at this time.
0 commit comments