From e98a7dbde23b12258bbee61b1213cfa772b5eeba Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Sun, 17 Dec 2023 17:06:23 +0100 Subject: [PATCH 1/2] refactor: updated to Node version 20 --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 3c032078a4..209e3ef4b6 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +20 From a1d9b43116bc1ce7cbc6396e3363f4e8d25d9f9a Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Sun, 17 Dec 2023 17:06:57 +0100 Subject: [PATCH 2/2] Update action.yml --- .github/actions/npm-cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/npm-cache/action.yml b/.github/actions/npm-cache/action.yml index 562d691c47..bf0c945b6d 100644 --- a/.github/actions/npm-cache/action.yml +++ b/.github/actions/npm-cache/action.yml @@ -8,7 +8,7 @@ runs: # https://github.com/actions/setup-node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: Display node and npm version shell: bash