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

[TS] Upgrade dependencies #8394

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Fix pnpm
bjornharrtell committed Sep 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 71f3b2bbafd0bf01a1e3ebbb88a77f375776a3e8
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -531,7 +531,7 @@ jobs:
- name: pnpm
run: npm install -g pnpm
- name: deps
run: pnpm
run: pnpm i
- name: compile
run: pnpm compile
- name: test