From fdb4bfe56e2e8afbfadf6564be5daf549f64daf6 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:21:53 +0100 Subject: [PATCH] refactor: updated node version (#1038) * refactor: updated node version * Update action.yml --- .github/actions/npm-cache/action.yml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/npm-cache/action.yml b/.github/actions/npm-cache/action.yml index d61f3478134..28cee62f074 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@v4 with: - node-version: 20 + node-version: 22 - name: Display node and npm version shell: bash diff --git a/.nvmrc b/.nvmrc index 209e3ef4b62..2bd5a0a98a3 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +22