From e6fb4b2715dab0ec2d57947b7bc91cc99b88f134 Mon Sep 17 00:00:00 2001 From: Ricardo Campos Date: Wed, 20 Aug 2025 12:57:53 -0300 Subject: [PATCH] feat: update node version for ci --- .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 759ed65..e11dcf0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '22' cache: 'npm' - name: Install dependencies