chore: migrate workflows to use shared-actions
Build and Deploy / build-and-deploy (push) Failing after 2s
Renovate / renovate (push) Successful in 21s

This commit is contained in:
2026-06-13 01:05:59 -07:00
parent 7ffc672df1
commit 6a95e1f540
+3 -6
View File
@@ -27,15 +27,12 @@ jobs:
with: with:
version: 9.7.1 version: 9.7.1
- name: Set up Node.js - name: Set up Bazel Environment
uses: actions/setup-node@v4 uses: rodydavis/shared-actions/setup-bazel@main
with: with:
node-version: 24 node_version: '24'
cache: 'pnpm' cache: 'pnpm'
- name: Set up Bazel (Bazelisk)
run: npm install -g @bazel/bazelisk
- name: Install dependencies - name: Install dependencies
run: pnpm install --no-frozen-lockfile run: pnpm install --no-frozen-lockfile