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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and anehx committed Dec 5, 2023
1 parent 8ef07c3 commit 3f12c62
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 @@ -19,7 +19,7 @@ jobs:

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

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

steps:
- uses: actions/checkout@v3
- 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 3f12c62

Please sign in to comment.