File tree 4 files changed +6
-8
lines changed
4 files changed +6
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
version : ${{ steps.daily-version.outputs.version }}
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
with :
22
22
fetch-depth : 20
23
23
- name : install
43
43
- chrome
44
44
runs-on : ubuntu-latest
45
45
steps :
46
- - uses : actions/checkout@v2
46
+ - uses : actions/checkout@v3
47
47
- name : install
48
48
run : npm ci || npm install
49
49
- run : npm run build --if-present
Original file line number Diff line number Diff line change 8
8
test :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
12
- - uses : actions/setup-node@v1
11
+ - uses : actions/checkout@v3
12
+ - uses : actions/setup-node@v3
13
13
with :
14
- node-version : ' 15 .x'
14
+ node-version : ' 16 .x'
15
15
- run : npm install
16
16
- run : npm test
Original file line number Diff line number Diff line change 37
37
},
38
38
"web_accessible_resources" : [
39
39
" icon-notif.png" ,
40
- " sounds/bell.ogg"
40
+ " sounds/bell.ogg"
41
41
]
42
42
}
You can’t perform that action at this time.
0 commit comments