We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2247c16 + 59b55ba commit 32e3c5dCopy full SHA for 32e3c5d
.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