Skip to content

Commit

Permalink
chore: 🤖 update dependency pnpm to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 6, 2024
1 parent 82fa376 commit d41d142
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 20.14.0
package-manager: pnpm
package-manager-version: 8.15.8
package-manager-version: 9.1.4

- name: Pre-build Inflint
run: pnpm build
Expand All @@ -36,7 +36,7 @@ jobs:
with:
node-version: 20.14.0
package-manager: pnpm
package-manager-version: 8.15.8
package-manager-version: 9.1.4

- name: Test TypeScript
run: pnpm type-check
Expand All @@ -51,7 +51,7 @@ jobs:
with:
node-version: 20.14.0
package-manager: pnpm
package-manager-version: 8.15.8
package-manager-version: 9.1.4

- name: Test Prettier
run: pnpm prettier
Expand All @@ -66,7 +66,7 @@ jobs:
with:
node-version: 20.14.0
package-manager: pnpm
package-manager-version: 8.15.8
package-manager-version: 9.1.4

- name: Test ESLint
run: pnpm lint
Expand All @@ -81,7 +81,7 @@ jobs:
with:
node-version: 20.14.0
package-manager: pnpm
package-manager-version: 8.15.8
package-manager-version: 9.1.4

- name: Knip
run: pnpm knip
Expand All @@ -96,7 +96,7 @@ jobs:
with:
node-version: 20.14.0
package-manager: pnpm
package-manager-version: 8.15.8
package-manager-version: 9.1.4

- name: CSpell
run: pnpm cspell
Expand All @@ -111,7 +111,7 @@ jobs:
with:
node-version: 20.14.0
package-manager: pnpm
package-manager-version: 8.15.8
package-manager-version: 9.1.4

- name: Test build
run: pnpm build
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
should-cache: false
node-version: 20.14.0
package-manager: pnpm
package-manager-version: 8.15.8
package-manager-version: 9.1.4

- name: Build dist folder
run: pnpm build
Expand Down

0 comments on commit d41d142

Please sign in to comment.