File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- name : Run tests
2- on : [push, pull_request]
1+ name : CI
2+
3+ on : [push]
34
45jobs :
56 run :
1314 fetch-depth : 3
1415
1516 - name : Setup Node.js
16- uses : actions/setup-node@master
17+ uses : actions/setup-node@v1
1718 with :
18- version : 12
19+ node- version : 12
1920
2021 - run : node --version
2122 - run : npm --version
Original file line number Diff line number Diff line change 4040 "release-zip" : " cd dist/ && zip -r9 $npm_package_name-$npm_package_version-dist.zip * && mv $npm_package_name-$npm_package_version-dist.zip .."
4141 },
4242 "devDependencies" : {
43- "puppeteer" : " 1.19 .0" ,
43+ "puppeteer" : " 1.20 .0" ,
4444 "karma" : " 4.3.0" ,
4545 "karma-chrome-launcher" : " 3.1.0" ,
4646 "karma-qunit" : " 4.0.0" ,
4747 "karma-sinon" : " 1.0.5" ,
4848 "clean-css-cli" : " 4.3.0" ,
49- "terser" : " 4.3.0 " ,
49+ "terser" : " 4.3.1 " ,
5050 "less" : " 3.10.3" ,
5151 "jquery" : " 3.4.1" ,
5252 "qunit" : " 2.9.2"
You can’t perform that action at this time.
0 commit comments