Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0494939454 |
@@ -27,12 +27,15 @@ jobs:
|
||||
with:
|
||||
version: 9.15.9
|
||||
|
||||
- name: Set up Bazel Environment
|
||||
uses: rodydavis/shared-actions/setup-bazel@main
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node_version: '24'
|
||||
node-version: 24
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Set up Bazel (Bazelisk)
|
||||
run: npm install -g @bazel/bazelisk
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --no-frozen-lockfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user