File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
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@v5
1414 - name : Use Node.js
15- uses : actions/setup-node@v3
15+ uses : actions/setup-node@v6
1616 with :
17- node-version : ' 14 '
17+ node-version : ' 24 '
1818 - run : npm install
1919 working-directory : test
2020 - run : npm run lint
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
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@v5
1616 - name : Use Node.js
17- uses : actions/setup-node@v3
17+ uses : actions/setup-node@v6
1818 with :
19- node-version : ' 14 '
19+ node-version : ' 24 '
2020 - run : npm install
2121 working-directory : test
2222 - run : npm run lint
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" : " 6.2.0 " ,
28+ "eslint" : " 8.57.1 " ,
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.3.2 " ,
32+ "jsdom" : " 27 .0.1 " ,
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" : " 11.7.4 " ,
39+ "puppeteer" : " 24.26.1 " ,
4040 "shelljs" : " 0.8.4" ,
41- "stylelint" : " 14.2 .0" ,
41+ "stylelint" : " 16.25 .0" ,
4242 "stylelint-config-prettier" : " 9.0.3" ,
43- "stylelint-config-standard" : " 24 .0.0 "
43+ "stylelint-config-standard" : " 39 .0.1 "
4444 },
4545 "dependencies" : {
4646 "gsap" : " ^3.9.1"
You can’t perform that action at this time.
0 commit comments