Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: πŸ€– update dependency pnpm to v9.12.1 #790

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.18.0
package-manager: pnpm
package-manager-version: 9.12.0
package-manager-version: 9.12.1

- name: Test Inflint
run: pnpm inflint
Expand All @@ -33,7 +33,7 @@ jobs:
with:
node-version: 20.18.0
package-manager: pnpm
package-manager-version: 9.12.0
package-manager-version: 9.12.1

- name: Test TypeScript
run: pnpm type-check
Expand All @@ -48,7 +48,7 @@ jobs:
with:
node-version: 20.18.0
package-manager: pnpm
package-manager-version: 9.12.0
package-manager-version: 9.12.1

- name: Test Prettier
run: pnpm prettier
Expand All @@ -63,7 +63,7 @@ jobs:
with:
node-version: 20.18.0
package-manager: pnpm
package-manager-version: 9.12.0
package-manager-version: 9.12.1

- name: Test ESLint
run: pnpm lint
Expand All @@ -78,7 +78,7 @@ jobs:
with:
node-version: 20.18.0
package-manager: pnpm
package-manager-version: 9.12.0
package-manager-version: 9.12.1

- name: Test build
run: pnpm build
Expand All @@ -93,7 +93,7 @@ jobs:
with:
node-version: 20.18.0
package-manager: pnpm
package-manager-version: 9.12.0
package-manager-version: 9.12.1

- name: Unit Tests
run: pnpm test:cov
Expand All @@ -108,7 +108,7 @@ jobs:
with:
node-version: 20.18.0
package-manager: pnpm
package-manager-version: 9.12.0
package-manager-version: 9.12.1

- name: Knip
run: pnpm knip
Expand All @@ -124,7 +124,7 @@ jobs:
with:
node-version: 20.18.0
package-manager: pnpm
package-manager-version: 9.12.0
package-manager-version: 9.12.1

- name: Build
run: pnpm build
Expand All @@ -142,7 +142,7 @@ jobs:
with:
node-version: 20.18.0
package-manager: pnpm
package-manager-version: 9.12.0
package-manager-version: 9.12.1

- 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.18.0
package-manager: pnpm
package-manager-version: 9.12.0
package-manager-version: 9.12.1

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