We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7347056 commit e45e0ebCopy full SHA for e45e0eb
.github/workflows/binaries.yml
@@ -45,7 +45,7 @@ jobs:
45
node: 22
46
- run: |
47
mkdir -p dist
48
- yarn global add caxa@3.0.1
+ yarn global add @chainsafe/caxa@3.0.6
49
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"
50
tar -czf "dist/lodestar-${{ inputs.version }}-${{ matrix.platform }}-${{ matrix.arch }}.tar.gz" "lodestar"
51
- name: Upload binaries
0 commit comments