Skip to content

Commit 32e3c5d

Browse files
authored
Merge 59b55ba into 2247c16
2 parents 2247c16 + 59b55ba commit 32e3c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
node: 22
4646
- run: |
4747
mkdir -p dist
48-
yarn global add caxa@3.0.1
48+
yarn global add @chainsafe/caxa@3.0.6
4949
npx caxa -m "Unpacking Lodestar binary, please wait..." -e "dashboards/**" -e "docs/**" -D -p "yarn install --frozen-lockfile --production" --input . --output "lodestar" -- "{{caxa}}/node_modules/.bin/node" "--max-old-space-size=8192" "{{caxa}}/node_modules/.bin/lodestar"
5050
tar -czf "dist/lodestar-${{ inputs.version }}-${{ matrix.platform }}-${{ matrix.arch }}.tar.gz" "lodestar"
5151
- name: Upload binaries

0 commit comments

Comments
 (0)