Skip to content

Commit 11be432

Browse files
authored
chore: v1.27.0 release (#7461)
2 parents 54229fd + 2ddcd20 commit 11be432

File tree

105 files changed

+1401
-494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+1401
-494
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
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 [email protected].1
48+
yarn global add @chainsafe/[email protected].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)