Skip to content

Commit

Permalink
ops: bump pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi committed Jul 4, 2024
1 parent 89d4085 commit d8b2e80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
node-version: [ 18.x, 20.x ]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: "9.x"
version: 9
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
Expand Down Expand Up @@ -62,9 +62,9 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: "9.x"
version: 9
- uses: actions/setup-node@v2
with:
node-version: 20.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 @@ -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: "9.x"
version: 9
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
Expand Down

0 comments on commit d8b2e80

Please sign in to comment.