Skip to content

Commit 60d001e

Browse files
ci: pin Node.js version to 22.20.0
It seems like 22.21.1 introduced a regression causing segfaults in our CI during test-unit runs. Pinning to 22.20.0 to avoid this issue until it's resolved upstream.
1 parent e52464a commit 60d001e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- uses: actions/setup-node@v4
149149
if: ${{ matrix.entry.test != '' }}
150150
with:
151-
node-version: 22
151+
node-version: "22.20.0"
152152
- name: rake ${{ matrix.entry.test }}
153153
run: |
154154
bundle install --with=check --without=development

0 commit comments

Comments
 (0)