Skip to content

Commit

Permalink
chore: 🤖 update dependency pnpm to v9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 21, 2024
1 parent 3dce2e2 commit 3cd4311
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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.13.1
package-manager: pnpm
package-manager-version: 9.1.1
package-manager-version: 9.1.2

- name: Test Inflint
run: pnpm inflint
Expand All @@ -33,7 +33,7 @@ jobs:
with:
node-version: 20.13.1
package-manager: pnpm
package-manager-version: 9.1.1
package-manager-version: 9.1.2

- name: Test TypeScript
run: pnpm type-check
Expand All @@ -48,7 +48,7 @@ jobs:
with:
node-version: 20.13.1
package-manager: pnpm
package-manager-version: 9.1.1
package-manager-version: 9.1.2

- name: Test Prettier
run: pnpm prettier
Expand All @@ -63,7 +63,7 @@ jobs:
with:
node-version: 20.13.1
package-manager: pnpm
package-manager-version: 9.1.1
package-manager-version: 9.1.2

- name: Test ESLint
run: pnpm lint
Expand All @@ -78,7 +78,7 @@ jobs:
with:
node-version: 20.13.1
package-manager: pnpm
package-manager-version: 9.1.1
package-manager-version: 9.1.2

- name: Test build
run: pnpm build
Expand All @@ -93,7 +93,7 @@ jobs:
with:
node-version: 20.13.1
package-manager: pnpm
package-manager-version: 9.1.1
package-manager-version: 9.1.2

- name: Unit Tests
run: pnpm test:cov
Expand All @@ -108,7 +108,7 @@ jobs:
with:
node-version: 20.13.1
package-manager: pnpm
package-manager-version: 9.1.1
package-manager-version: 9.1.2

- name: Knip
run: pnpm knip
Expand All @@ -124,7 +124,7 @@ jobs:
with:
node-version: 20.13.1
package-manager: pnpm
package-manager-version: 9.1.1
package-manager-version: 9.1.2

- name: Build
run: pnpm build
Expand All @@ -142,7 +142,7 @@ jobs:
with:
node-version: 20.13.1
package-manager: pnpm
package-manager-version: 9.1.1
package-manager-version: 9.1.2

- name: CSpell
run: pnpm cspell
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.13.1
package-manager: pnpm
package-manager-version: 9.1.1
package-manager-version: 9.1.2

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

0 comments on commit 3cd4311

Please sign in to comment.