Skip to content

Commit 33fb977

Browse files
committed
chore: bump dependencies using pnpm
1 parent 62eaa5f commit 33fb977

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/bump_deps.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ jobs:
1212
- uses: actions/setup-node@v2-beta
1313
with:
1414
node-version: "14"
15+
- name: Setup PNPM
16+
uses: pnpm/action-setup@v1
1517
- run: |
16-
npm ci
17-
npm run bump
18-
npm install
18+
pnpm install
19+
pnpm run bump
20+
pnpm install
1921
- uses: peter-evans/create-pull-request@v2
2022
with:
2123
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)