diff --git a/.node-version b/.node-version index b6a7d89..209e3ef 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -16 +20 diff --git a/node-version/action.yml b/node-version/action.yml index 6df1c92..b5df7e8 100644 --- a/node-version/action.yml +++ b/node-version/action.yml @@ -15,5 +15,5 @@ outputs: description: The version of node as determined by nodenv runs: - using: node16 + using: node20 main: dist/index.js diff --git a/setup-nodenv/action.yml b/setup-nodenv/action.yml index ce4c222..037a32e 100644 --- a/setup-nodenv/action.yml +++ b/setup-nodenv/action.yml @@ -11,5 +11,5 @@ inputs: default: 1.3.1 runs: - using: node16 + using: node20 main: dist/index.js