File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v1
1313
1414 - name : install dependencies
15- run : yarn
15+ run : npm install
1616
1717 - name : Test
18- run : yarn test
18+ run : npm run test
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 with :
1414 node-version : ' 14.x'
1515 registry-url : ' https://registry.npmjs.org'
16- - run : yarn
17- - run : yarn test
16+ - run : npm install
17+ - run : npm run test
1818 - name : Semantic Release
19- run : yarn release
19+ run : npm run release
2020 env :
2121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2222 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ npm-debug.log*
55yarn-debug.log *
66yarn-error.log *
77lerna-debug.log *
8- package-lock.json
8+ yarn.lock
99
1010# Diagnostic reports (https://nodejs.org/api/report.html)
1111report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
You can’t perform that action at this time.
0 commit comments