Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0494939454 |
@@ -27,12 +27,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: 9.15.9
|
version: 9.15.9
|
||||||
|
|
||||||
- name: Set up Bazel Environment
|
- name: Set up Node.js
|
||||||
uses: rodydavis/shared-actions/setup-bazel@main
|
uses: actions/setup-node@v4
|
||||||
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