Skip to content

Commit

Permalink
fix pnpm version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed May 26, 2024
1 parent ff8603b commit e69d483
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'

- name: Install dependencies
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: true

- name: Publish to Chromatic
uses: chromaui/action@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'pnpm'

- name: Install dependencies
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: true

- name: Create Release
Expand Down

0 comments on commit e69d483

Please sign in to comment.