File tree Expand file tree Collapse file tree 4 files changed +10
-3512
lines changed Expand file tree Collapse file tree 4 files changed +10
-3512
lines changed Original file line number Diff line number Diff line change 33# don't diff machine generated files
44dist / - diff
55package-lock.json - diff
6+ pnpm-lock.yaml - diff
Original file line number Diff line number Diff line change 55 - cron : " 0 0 * * *"
66
77jobs :
8- build :
8+ Bump_Dependencies :
99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v2
1212 - uses : actions/setup-node@v2-beta
1313 with :
1414 node-version : " 14"
15+ - name : Setup PNPM
16+ uses : pnpm/action-setup@v1.2.0
17+ with :
18+ version : latest
1519 - run : |
16- npm ci
17- npm run bump
18- npm install
20+ pnpm install
21+ pnpm run bump
22+ pnpm install
1923 - uses : peter-evans/create-pull-request@v2
2024 with :
2125 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Thumbs.db
44
55# Node
66node_modules
7+ package-lock.json
78
89# TypeScript
910* .tsbuildinfo
You can’t perform that action at this time.
0 commit comments