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 ee17576 commit de6b163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -64,7 +64,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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- uses: wyvox/action-setup-pnpm@v2
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: 18

Expand Down

0 comments on commit de6b163

Please sign in to comment.