build(ci): upgrade node version to 24 in workflows
Build and Deploy / build-and-deploy (push) Successful in 1m16s

This commit is contained in:
2026-06-12 21:27:15 -07:00
parent f4846d2abc
commit 8fe27e059d
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: 'pnpm'
- name: Set up Bazel (Bazelisk)