File tree Expand file tree Collapse file tree 6 files changed +14
-20
lines changed
Expand file tree Collapse file tree 6 files changed +14
-20
lines changed Original file line number Diff line number Diff line change 55 using : ' composite'
66 steps :
77 - name : Setup Node.js
8- uses : actions/setup-node@v3
8+ uses : actions/setup-node@v4
99 with :
1010 node-version-file : .nvmrc
11- - name : Custom Cypress Cache Folder
12- shell : bash
13- run : |
14- mkdir -p $RUNNER_TEMP/cypress
15- echo "CYPRESS_CACHE_FOLDER=$RUNNER_TEMP/cypress" >> $GITHUB_ENV
16- - uses : actions/cache@v3
11+ - uses : actions/cache@v4
1712 with :
1813 path : |
1914 **/node_modules
20- ${{ env.CYPRESS_CACHE_FOLDER }}
2115 key : v1-yarn-${{ runner.os }}-${{ hashFiles('.nvmrc') }}-${{ hashFiles('**/yarn.lock') }}
2216
2317 - name : Install Dependencies If Not Cached
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-22.04
2525 if : ${{ github.actor != 'dependabot[bot]' }}
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 with :
2929 fetch-depth : 0
3030 token : ${{ secrets.ACTIONS_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11name : Push
22
3+ on : push
4+
35jobs :
46 ci :
57 runs-on : ubuntu-latest
68 steps :
7- - uses : Codecademy/run-on-yarn@v2
8- with :
9- command : ${{ matrix.command }}
9+ - uses : actions/checkout@v4
10+ - uses : ./.github/actions/yarn
11+ - run : yarn ${{ matrix.command }}
1012
1113 strategy :
1214 fail-fast : false
1315 matrix :
1416 command : ['format:verify', 'lint', 'verify']
15-
16- on : push
Original file line number Diff line number Diff line change 1- v16.17 .0
1+ v22.14 .0
Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "author" :
" Codecademy Engineers <[email protected] >" ,
88 "engines" : {
9- "node" : " ^16.17 " ,
9+ "node" : " ^22.14.0 " ,
1010 "yarn" : " ^1.22"
1111 },
1212 "scripts" : {
Original file line number Diff line number Diff line change 2323 "eslint" : " ^8.11.0"
2424 },
2525 "dependencies" : {
26- "@typescript-eslint/eslint-plugin" : " ^5.15 .0" ,
27- "@typescript-eslint/parser" : " ^5.15 .0" ,
26+ "@typescript-eslint/eslint-plugin" : " ^8.31 .0" ,
27+ "@typescript-eslint/parser" : " ^8.31 .0" ,
2828 "eslint-config-airbnb" : " ^18.2.1" ,
2929 "eslint-config-prettier" : " ^8.3.0" ,
30- "eslint-mdx" : " ^1.15.0 " ,
30+ "eslint-mdx" : " ^3.4.1 " ,
3131 "eslint-plugin-import" : " ^2.25.2" ,
3232 "eslint-plugin-jest" : " ^25.2.4" ,
3333 "eslint-plugin-jest-react" : " ^0.1.0" ,
34- "eslint-plugin-jsx-a11y" : " ^6.4.1 " ,
34+ "eslint-plugin-jsx-a11y" : " ^6.10.2 " ,
3535 "eslint-plugin-no-only-tests" : " ^2.6.0" ,
3636 "eslint-plugin-react" : " ^7.26.1" ,
3737 "eslint-plugin-react-hooks" : " ^4.3.0" ,
You can’t perform that action at this time.
0 commit comments