From f378dcd6275f8d6829a83d12862b70162c64d0ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Tue, 6 Aug 2024 11:53:25 +0100 Subject: [PATCH] chore: bumped base versions of node --- .github/workflows/deploy.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f56e23..109e644 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [12] + node-version: [14] runs-on: ubuntu-latest container: node:${{ matrix.node-version }}-buster steps: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2cbeea6..b562226 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [12, 13, 14, 15, 16, 17, 18, 19, 20] + node-version: [14, 15, 16, 17, 18, 19, 20] runs-on: ubuntu-latest container: node:${{ matrix.node-version }}-buster steps: