From 9d3e2d8427820177e5c823c04cb9f49f32bc139d Mon Sep 17 00:00:00 2001 From: gioboa Date: Fri, 3 Oct 2025 09:54:38 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20bump=20actions/setup-node=20version=20?= =?UTF-8?q?=F0=9F=8D=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c0789a..3b6e117 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,9 @@ jobs: version: 10.15.0 - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: - node-version: 24.6.0 + node-version: 24 cache: 'pnpm' registry-url: https://registry.npmjs.org/