From bd61b383075f77ec2a8719910bdd12f473f71f60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:47:54 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .nvmrc | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index 209e3ef..2bd5a0a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +22 diff --git a/action.yml b/action.yml index db9089c..e5909b0 100644 --- a/action.yml +++ b/action.yml @@ -19,5 +19,5 @@ outputs: count: description: Count of matching environments. runs: - using: 'node20' + using: 'node22' main: 'dist/index.js'