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()'