File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1010 if : github.repository_owner != 'adobe' # replace 'adobe' with repo owner
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Use Node.js
15- uses : actions/setup-node@v3
15+ uses : actions/setup-node@v4
1616 with :
1717 node-version : ' 14'
1818 - run : npm install
Original file line number Diff line number Diff line change 1212 if : github.repository_owner == 'adobe' # replace 'adobe' with repo owner
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - name : Use Node.js
17- uses : actions/setup-node@v3
17+ uses : actions/setup-node@v4
1818 with :
1919 node-version : ' 14'
2020 - run : npm install
Original file line number Diff line number Diff line change 2424 "devDependencies" : {
2525 "@babel/core" : " 7.15.0" ,
2626 "@babel/eslint-parser" : " 7.15.0" ,
27- "chai" : " 4.3.4 " ,
28- "eslint" : " 7.32 .0" ,
29- "eslint-config-airbnb-base" : " 14.2.1 " ,
27+ "chai" : " 5.1.1 " ,
28+ "eslint" : " 8.57 .0" ,
29+ "eslint-config-airbnb-base" : " 15.0.0 " ,
3030 "eslint-plugin-import" : " 2.24.2" ,
31- "fs-extra" : " 10.0 .0" ,
32- "jsdom" : " 17.0 .0" ,
31+ "fs-extra" : " 11.2 .0" ,
32+ "jsdom" : " 24.1 .0" ,
3333 "karma" : " 6.3.3" ,
3434 "karma-chai" : " 0.1.0" ,
3535 "karma-chrome-launcher" : " 3.1.0" ,
3636 "karma-mocha" : " 2.0.1" ,
3737 "karma-mocha-reporter" : " 2.2.5" ,
38- "mocha" : " 9.1.1 " ,
39- "puppeteer" : " 10.2 .0" ,
38+ "mocha" : " 10.4.0 " ,
39+ "puppeteer" : " 22.11 .0" ,
4040 "shelljs" : " 0.8.4" ,
41- "stylelint" : " 14.2.0 " ,
41+ "stylelint" : " 16.6.1 " ,
4242 "stylelint-config-prettier" : " 9.0.3" ,
43- "stylelint-config-standard" : " 24 .0.0"
43+ "stylelint-config-standard" : " 36 .0.0"
4444 },
4545 "dependencies" : {
4646 "gsap" : " ^3.9.1"
You can’t perform that action at this time.
0 commit comments