Skip to content

Commit

Permalink
➕ Updating the pnpm/action-setup action (#2264)
Browse files Browse the repository at this point in the history
* updating version

* letting pnpm version number be decided by the package.json
  • Loading branch information
isaaclombardssw authored Oct 1, 2024
1 parent 63c71ac commit 8c41379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/create-indices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: pnpm/action-setup@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 8c41379

Please sign in to comment.