Skip to content

Commit

Permalink
chore: update pnpm action-setup to version 4 and pnpm version to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Aug 12, 2024
1 parent 710e02b commit 208c8ef
Show file tree
Hide file tree
Showing 2 changed files with 14,163 additions and 19,049 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

jobs:
test:

runs-on: ${{ matrix.os }}
strategy:
max-parallel: 3
Expand All @@ -26,11 +25,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
Loading

0 comments on commit 208c8ef

Please sign in to comment.