From 10aaffe5e2a1cdd2bf4c603c9b355f3ebeff5c53 Mon Sep 17 00:00:00 2001 From: Jose Jimenez Date: Mon, 2 Feb 2026 22:07:41 +0100 Subject: [PATCH] Update node version in deploy --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index da0c83b..1c22681 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 cache: npm - name: Install dependencies