Compare commits
2 Commits
0494939454
...
418c2d1127
| Author | SHA1 | Date | |
|---|---|---|---|
| 418c2d1127 | |||
| 6a95e1f540 |
@@ -25,17 +25,14 @@ jobs:
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9.7.1
|
||||
version: 9.15.9
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
- name: Set up Bazel Environment
|
||||
uses: rodydavis/shared-actions/setup-bazel@main
|
||||
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