From 41e719fc244be07ff7872f469bbfb76b8eaf48d2 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:24:51 +0100 Subject: [PATCH] refactor: updated node version --- .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 0c72e4a..0578f84 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: