diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 141d056..76861da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,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"