chore: migrate workflows to use shared-actions
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user