Skip to content

Commit

Permalink
fix(workflow): Pnpm version removed from release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovic Lerus committed May 26, 2024
1 parent f3cb1b0 commit 8691150
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version: [lts/*]
pnpm-version: [latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -39,7 +38,6 @@ jobs:
id: setup-pnpm
uses: pnpm/action-setup@v4
with:
version: ${{ matrix.pnpm-version }}
run_install: false

- name: Get pnpm store directory
Expand Down

0 comments on commit 8691150

Please sign in to comment.