File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 66 build :
77 runs-on : macOS-latest
88 steps :
9- - uses : actions/checkout@v1
10- - name : Use Node.js 12
11- uses : actions/setup-node@v1
9+ - name : Checkout
10+ uses : actions/checkout@v2.3.4
11+ - name : Setup Node.js environment
12+ uses : actions/setup-node@v2.1.5
1213 with :
13- node-version : 12.10.0
14+ node-version : ' 20 '
1415 - name : npm install
1516 run : |
1617 npm install
Original file line number Diff line number Diff line change 4848 "devDependencies" : {
4949 "@commitlint/cli" : " ^12.0.0" ,
5050 "@commitlint/config-angular" : " ^12.0.0" ,
51- "@types/jest" : " ^26 .0.20 " ,
51+ "@types/jest" : " ^24 .0.0 " ,
5252 "@types/node" : " ^14.14.31" ,
5353 "@types/react" : " ^17.0.2" ,
5454 "@typescript-eslint/eslint-plugin" : " ^4.15.2" ,
6464 "eslint-plugin-prettier" : " ^3.3.1" ,
6565 "gh-pages" : " ^3.1.0" ,
6666 "husky" : " ^5.1.1" ,
67- "jest" : " ^26.6.3 " ,
67+ "jest" : " ^24.0.0 " ,
6868 "jest-canvas-mock" : " ^2.3.1" ,
6969 "jest-electron" : " ^0.1.11" ,
7070 "lint-md-cli" : " ^0.1.2" ,
7474 "npm-run-all" : " ^4.1.5" ,
7575 "prettier" : " ^2.2.1" ,
7676 "rimraf" : " ^3.0.2" ,
77- "ts-jest" : " ^26.5 .2" ,
77+ "ts-jest" : " ^24.0 .2" ,
7878 "ts-loader" : " ^8.0.17" ,
7979 "typescript" : " ^4.2.2"
8080 },
You can’t perform that action at this time.
0 commit comments