Skip to content

Commit

Permalink
update pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmruthPillai committed May 20, 2024
1 parent 6dcbe78 commit fe550cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
with:
version: 9.1.0
version: 9.1.1

- name: Setup Node.js
uses: actions/setup-node@v4.0.2
with:
cache: "pnpm"
node-version: 20.12.2
node-version: 20.13.1

- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit fe550cc

Please sign in to comment.