ci: use latest lts node

This commit is contained in:
Kevin Deng
2025-11-26 17:35:06 +08:00
parent 9dac0d9a83
commit 46bae2d64f

View File

@@ -1,5 +1,5 @@
[build.environment]
NODE_VERSION = "22"
NODE_VERSION = "lts/*"
[build]
command = "pnpm run build && pnpm run build:playground"