Skip to content

Commit

Permalink
Updated GitHub Actions to support newer pnpm versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexInCube committed Jun 25, 2024
1 parent b5aa672 commit 02a35ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18.x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18.x
Expand Down

0 comments on commit 02a35ac

Please sign in to comment.