Skip to content

Commit

Permalink
docs: pnpm version match
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzoo committed Dec 2, 2024
1 parent 37177a0 commit c12374e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-aws-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
version: 9.1.3

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Pnpm
uses: pnpm/action-setup@v4
with:
version: 9
version: 9.1.3

- name: Cache node modules
id: cache-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
version: 9.1.3
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Pnpm
uses: pnpm/action-setup@v4
with:
version: 9
version: 9.1.3

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

0 comments on commit c12374e

Please sign in to comment.