Skip to content

Commit

Permalink
actions: fixed pnpm version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
darseen committed Aug 11, 2024
1 parent 38d6a0f commit a726756
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,17 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up pnpm ${{ matrix.node-pnpm-combo.pnpm-version }}
uses: pnpm/action-setup@v2
with:
version: ${{ matrix.node-pnpm-combo.pnpm-version }}

- name: Set up Node.js ${{ matrix.node-pnpm-combo.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-pnpm-combo.node-version }}
cache: pnpm

- name: Set up pnpm ${{ matrix.node-pnpm-combo.pnpm-version }}
uses: pnpm/action-setup@v2
with:
version: ${{ matrix.node-pnpm-combo.pnpm-version }}

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

Expand Down

0 comments on commit a726756

Please sign in to comment.