File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1717 version : ${{ steps.daily-version.outputs.version }}
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 with :
2222 fetch-depth : 20
2323 - name : install
4343 - chrome
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v2
46+ - uses : actions/checkout@v3
4747 - name : install
4848 run : npm ci || npm install
4949 - run : npm run build --if-present
Original file line number Diff line number Diff line change 88 test :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
12- - uses : actions/setup-node@v1
11+ - uses : actions/checkout@v3
12+ - uses : actions/setup-node@v3
1313 with :
14- node-version : ' 15 .x'
14+ node-version : ' 16 .x'
1515 - run : npm install
1616 - run : npm test
Original file line number Diff line number Diff line change 3737 },
3838 "web_accessible_resources" : [
3939 " icon-notif.png" ,
40- " sounds/bell.ogg"
40+ " sounds/bell.ogg"
4141 ]
4242}
You can’t perform that action at this time.
0 commit comments