From a191c42e27bdee4024dc99f30d9433fd1599aa3c Mon Sep 17 00:00:00 2001 From: Vinicius Goulart Date: Thu, 14 Sep 2023 12:13:25 +0300 Subject: [PATCH] chore: Update Node on missing places --- .github/workflows/POST_RELEASE.yml | 2 +- .github/workflows/TASKLIST_CARBONISATION.yml | 2 +- .github/workflows/VISUAL_REGRESSION.yml | 2 +- .nvmrc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/POST_RELEASE.yml b/.github/workflows/POST_RELEASE.yml index aac3d8c7a..203a5e93d 100644 --- a/.github/workflows/POST_RELEASE.yml +++ b/.github/workflows/POST_RELEASE.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - node-version: [ 18 ] + node-version: [ 20 ] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/TASKLIST_CARBONISATION.yml b/.github/workflows/TASKLIST_CARBONISATION.yml index bae550039..534ff5906 100644 --- a/.github/workflows/TASKLIST_CARBONISATION.yml +++ b/.github/workflows/TASKLIST_CARBONISATION.yml @@ -24,7 +24,7 @@ jobs: - name: Setup form-js cache uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: - node-version: "18" + node-version: "20" cache: "npm" cache-dependency-path: ./form-js/package-lock.json - name: Setup Tasklist cache diff --git a/.github/workflows/VISUAL_REGRESSION.yml b/.github/workflows/VISUAL_REGRESSION.yml index 40a088aa9..211006806 100644 --- a/.github/workflows/VISUAL_REGRESSION.yml +++ b/.github/workflows/VISUAL_REGRESSION.yml @@ -13,7 +13,7 @@ jobs: - name: Setup NPM cache uses: actions/setup-node@v3 with: - node-version: "18" + node-version: "20" cache: "npm" - name: Install node dependencies run: npm ci diff --git a/.nvmrc b/.nvmrc index 3c032078a..209e3ef4b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +20