Skip to content

Commit

Permalink
build: update pnpm version in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Jun 20, 2023
1 parent d3be71e commit adb11e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: lts/*
- uses: pnpm/action-setup@v2.2.4
with:
version: 7.9.3
version: 7.33.1
- name: Install dependencies
run: pnpm install
- name: Build
Expand Down

0 comments on commit adb11e5

Please sign in to comment.