From 92fb768dbf91da010ac241c79e19a04bc1e83437 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:34:55 +0100 Subject: [PATCH] refactor: updated node version (#3397) --- .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 0c72e4ae2ed..0578f842b46 100644 --- a/.github/actions/npm-cache/action.yml +++ b/.github/actions/npm-cache/action.yml @@ -13,7 +13,7 @@ inputs: nodeVersion: description: "Node version" required: false - default: "20" + default: "22" runs: using: "composite" steps: diff --git a/.nvmrc b/.nvmrc index 209e3ef4b62..2bd5a0a98a3 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +22