Skip to content

Commit 9b62993

Browse files
ci: Use Node.js 22 for CI
Node.js 20 installed on Ubuntu 24.04 by default but it's segfaulting when running our test suite for some reason. Let's try Node.js 22 instead.
1 parent b13d57d commit 9b62993

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ jobs:
152152
with:
153153
ruby-version: "3.4.1"
154154
bundler-cache: false
155+
- uses: actions/setup-node@v4
156+
if: ${{ matrix.entry.test != '' }}
157+
with:
158+
node-version: 22
155159
- name: rake ${{ matrix.entry.test }}
156160
run: |
157161
bundle install --with=check --without=development

0 commit comments

Comments
 (0)