From 775f981f2393e3997b7d8ff60a9cde40f7b5a4f0 Mon Sep 17 00:00:00 2001 From: Bruno Peyrou Date: Wed, 3 Jun 2026 16:56:27 +0200 Subject: [PATCH] (PC-42176) build(action): use node latest for cache --- .nvmrc | 1 + action.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..eb6ead3 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v24.16.0 diff --git a/action.yml b/action.yml index 2f2392e..cfebc6e 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ outputs: description: Whether the cache was successfuly restored runs: - using: 'node16' + using: 'node24' main: 'dist/main/index.js' post: 'dist/post/index.js' post-if: 'success()'