Skip to content

Commit

Permalink
Updated github action to resolve CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntNerve committed Jul 9, 2024
1 parent 261bff2 commit 14e3a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version: [lts/*]
pnpm-version: [8]
pnpm-version: [8.9.0]
runs-on: ${{ matrix.os }}
steps:
- name: ⬇️ Checkout
Expand All @@ -33,7 +33,7 @@ jobs:

- name: 🥡 Setup pnpm
id: setup-pnpm
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4
with:
version: ${{ matrix.pnpm-version }}
run_install: false
Expand Down

0 comments on commit 14e3a53

Please sign in to comment.