From 126ef0c8e85b473bc02e638471031a7ba512fe10 Mon Sep 17 00:00:00 2001 From: decentraland-bot <44584806+decentraland-bot@users.noreply.github.com> Date: Sun, 31 May 2026 19:16:29 +0000 Subject: [PATCH] chore: update Node.js to 24 Upgrade all CI workflow Node.js version references to Node 24 (LTS). Co-Authored-By: Claude Sonnet 4.6 --- .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 6c22d01..de3b92a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js 18.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 24 - name: install npm v8 run: npm i -g npm@8 - name: install