Skip to content

Commit

Permalink
CHANGES: github action pnpm version from 7 to 8.3.1 (#835)
Browse files Browse the repository at this point in the history
Co-authored-by: Bernhard Wagner <gitcommit@nosuch.biz>
  • Loading branch information
bwagner and bwagner committed Dec 5, 2023
1 parent b8866cf commit fe8debe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8.3.1
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8.3.1
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit fe8debe

Please sign in to comment.