From c69bf0b1b234433faea04836a0a2422dc74ccf08 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 29 Apr 2026 14:14:38 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"