Skip to content

Commit

Permalink
chore: update pnpm version in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oflisback committed Oct 21, 2023
1 parent a1f884a commit 9b4b886
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ jobs:
- name: Setup build environment
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: '18.x'

- name: Run actions-setup
uses: pnpm/action-setup@v2
with:
version: 6.0.2
version: 8

- name: Install dependencies
run: pnpm i --frozen-lockfile

- name: Build bundle
run: pnpm build --if-present
run: pnpm build

- name: Release package
run: npx semantic-release
Expand Down

0 comments on commit 9b4b886

Please sign in to comment.