Skip to content

Commit

Permalink
updated version of each step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
buffet-time committed Aug 10, 2024
1 parent 04b603c commit 544531c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: '${{ steps.pnpm-version.outputs.version }}'
version: '9.0.6'

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: '${{ steps.pnpm-version.outputs.version }}'
version: '9.0.6'

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: '${{ steps.pnpm-version.outputs.version }}'
version: '9.0.6'

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 544531c

Please sign in to comment.