diff --git a/.nvmrc b/.nvmrc index b6a7d89..209e3ef 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 +20 diff --git a/action.yml b/action.yml index ca660db..433da7c 100644 --- a/action.yml +++ b/action.yml @@ -8,5 +8,5 @@ outputs: matrix: description: Matrix JSON to be used in another job. runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'