File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1212
1313 - name : Set up node
1414 uses : actions/setup-node@v3
15+ with :
16+ node-version : " 20"
1517
1618 - name : Compile
1719 run : yarn && yarn build
2527
2628 - name : Set up node
2729 uses : actions/setup-node@v3
30+ with :
31+ node-version : " 20"
2832
2933 - name : Compile
3034 run : yarn && yarn test
4246 uses : actions/checkout@v3
4347 - name : Set up node
4448 uses : actions/setup-node@v3
49+ with :
50+ node-version : " 20"
4551 - name : Install dependencies
4652 run : yarn install
4753 - name : Build
Original file line number Diff line number Diff line change 4545 "@trivago/prettier-plugin-sort-imports" : " ^5.2.0" ,
4646 "@types/cli-progress" : " ^3.11.6" ,
4747 "@types/jest" : " 29.5.5" ,
48- "@types/lodash" : " 4.17.5" ,
48+ "@types/lodash" : " ^ 4.17.5" ,
4949 "@types/node" : " 17.0.33" ,
5050 "@types/node-fetch" : " 2.6.9" ,
5151 "@types/qs" : " 6.9.8" ,
You can’t perform that action at this time.
0 commit comments