Skip to content

Commit

Permalink
fix: 🐛 fixed issue with latest pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Jun 15, 2024
1 parent 0969e2f commit 12a7a9b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ updates:
schedule:
interval: "weekly"
timezone: "Asia/Calcutta"
groups:
dependencies:
update-types: ["major", "minor", "patch"]

- package-ecosystem: "npm"
directory: "/examples/cypress"
Expand All @@ -17,8 +20,14 @@ updates:
schedule:
interval: "weekly"
timezone: "Asia/Calcutta"
groups:
dependencies:
update-types: ["major", "minor", "patch"]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
dependencies:
dependency-type: "production"
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: pnpm/action-setup@v4

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: latest
- uses: pnpm/action-setup@v4

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down

0 comments on commit 12a7a9b

Please sign in to comment.