diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d932337..01deb04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Install NodeJS 20.x uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "20.x || 24.x" - name: Install tools and deps shell: bash run: "gem install --no-document toys && bundle install"