File tree Expand file tree Collapse file tree 4 files changed +1436
-22
lines changed Expand file tree Collapse file tree 4 files changed +1436
-22
lines changed Original file line number Diff line number Diff line change 27
27
- run : yarn install
28
28
- run : yarn build
29
29
- run : yarn lint:ci
30
- - run : yarn dlx @yarnpkg/ doctor
30
+ - run : yarn doctor
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v3
15
15
- name : Setup Node
16
16
uses : actions/setup-node@v3
17
- with :
18
- node-version : 14.x
19
- registry-url : " https://registry.npmjs.org"
20
17
- name : Get yarn cache directory path
21
18
id : yarn-cache-dir-path
22
19
run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
Original file line number Diff line number Diff line change 14
14
"@saberhq/eslint-config-react" : " ^1.12.67" ,
15
15
"@saberhq/tsconfig" : " ^1.12.67" ,
16
16
"@types/babel__core" : " ^7.1.19" ,
17
+ "@yarnpkg/doctor" : " ^4.0.0-rc.3" ,
17
18
"babel-loader" : " ^8.2.5" ,
18
19
"buffer" : " ^6.0.3" ,
19
20
"eslint" : " ^8.14.0" ,
You can’t perform that action at this time.
0 commit comments