From 12ef003dc235bf3114ab668a5ada05bba3d75afe Mon Sep 17 00:00:00 2001 From: cesalberca Date: Fri, 3 May 2024 20:05:04 +0200 Subject: [PATCH] Update NodeJS --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e72bd3..c9042ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18.12.1' + node-version: '20.9.0' - name: install run: npm ci --legacy-peer-deps - name: lint diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ecf290d..21d119c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v3 with: - node-version: '18.12.1' + node-version: '20.9.0' - name: Install Vercel CLI run: npm install --global vercel@latest - name: Pull Vercel Environment Information