Skip to content

Commit

Permalink
chore(deps): bump wyvox/action-setup-pnpm from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [wyvox/action-setup-pnpm](https://github.com/wyvox/action-setup-pnpm) from 2 to 3.
- [Release notes](https://github.com/wyvox/action-setup-pnpm/releases)
- [Commits](wyvox/action-setup-pnpm@v2...v3)

---
updated-dependencies:
- dependency-name: wyvox/action-setup-pnpm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and anehx committed Mar 13, 2024
1 parent 7a46db8 commit 2206a9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v2
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: 18
- name: Lint
Expand All @@ -37,7 +37,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v2
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: 18
args: '--no-lockfile'
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v2
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: 18
- name: Run Tests
Expand Down

0 comments on commit 2206a9d

Please sign in to comment.