Skip to content

Commit

Permalink
chore: 🤖 update dependency pnpm to v7.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 31, 2023
1 parent 4c818ea commit 1ddb6ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 18.16.0
package-manager: pnpm
package-manager-version: 7.32.5
package-manager-version: 7.33.0

- name: Create build folder
run: pnpm build
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
runner: ubuntu-latest
node-version: 18
pnpm-version: 7.32.5
pnpm-version: 7.33.0

test_depcheck:
needs: call_pnpm_caching_workflow
Expand All @@ -24,7 +24,7 @@ jobs:
with:
node-version: 18
package-manager: pnpm
package-manager-version: 7.32.5
package-manager-version: 7.33.0

- name: Test Depcheck
run: pnpm depcheck
Expand All @@ -40,7 +40,7 @@ jobs:
with:
node-version: 18
package-manager: pnpm
package-manager-version: 7.32.5
package-manager-version: 7.33.0

- name: Test Inflint
run: pnpm inflint
Expand All @@ -56,7 +56,7 @@ jobs:
with:
node-version: 18
package-manager: pnpm
package-manager-version: 7.32.5
package-manager-version: 7.33.0

- name: Test TypeScript
run: pnpm type-check
Expand All @@ -72,7 +72,7 @@ jobs:
with:
node-version: 18
package-manager: pnpm
package-manager-version: 7.32.5
package-manager-version: 7.33.0

- name: Test ESLint
run: pnpm lint
Expand All @@ -88,7 +88,7 @@ jobs:
with:
node-version: 18
package-manager: pnpm
package-manager-version: 7.32.5
package-manager-version: 7.33.0

- name: Test Prettier
run: pnpm prettier
Expand All @@ -104,7 +104,7 @@ jobs:
with:
node-version: 18
package-manager: pnpm
package-manager-version: 7.32.5
package-manager-version: 7.33.0

- name: Test build
run: pnpm build

0 comments on commit 1ddb6ab

Please sign in to comment.