fix: bump pnpm 10.4.0 -> 10.34.1 (10.4.0 release deleted from github)
Some checks are pending
Build / native (push) Waiting to run
Build / nix (push) Waiting to run

This commit is contained in:
Ryan Malloy 2026-06-06 11:39:45 -06:00
parent 1ced46e680
commit 72f6277b6f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# REMEMBER TO UPDATE mise.toml TOO
pnpm 10.4.0
pnpm 10.34.1
node 22.16
go 1.24.4

View File

@ -1,7 +1,7 @@
[tools]
# REMEMBER TO UPDATE .tool-versions TOO
go = "1.24.4"
pnpm = "10.4.0"
pnpm = "10.34.1"
node = "22.16"
[tasks.copy-wasm-shim]