From e8177251af8bea2c6850b016b63a01f2a2cc6614 Mon Sep 17 00:00:00 2001 From: FreezyLemon Date: Fri, 3 Nov 2023 16:18:54 +0100 Subject: [PATCH] Update nodejs to version 20 --- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/refresh-cache.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 25f10d30134d..dca790de4d7c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -42,7 +42,7 @@ jobs: uses: actions/setup-node@v3 with: cache: npm - node-version: 16 + node-version: 20 - name: load node_modules from cache id: cache-node-modules diff --git a/.github/workflows/refresh-cache.yml b/.github/workflows/refresh-cache.yml index 55627a68415c..5bfa63aaa64e 100644 --- a/.github/workflows/refresh-cache.yml +++ b/.github/workflows/refresh-cache.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-node@v3 with: cache: npm - node-version: 16 + node-version: 20 - name: check node_modules cache id: cache-node-modules