diff --git a/action.yml b/action.yml index 5503cd7..5f59313 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: description: Specify the Teleport token to use to join. required: true runs: - using: node16 + using: node20 main: dist/index.js branding: color: purple diff --git a/dist/index.js b/dist/index.js index e645e68..5d5544d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -15751,7 +15751,7 @@ exports.visitAsync = visitAsync; /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"name":"auth","version":"2.0.0","license":"Apache-2.0","repository":"https://github.com/teleport-actions/auth.git","scripts":{"build":"ncc build ./src/index.ts -o dist"},"dependencies":{"@actions/core":"^1.10.0","@actions/tool-cache":"^2.0.1"},"private":true,"devDependencies":{"@types/node":"^18.8.2"}}'); +module.exports = JSON.parse('{"name":"auth","version":"2.0.1","license":"Apache-2.0","repository":"https://github.com/teleport-actions/auth.git","scripts":{"build":"ncc build ./src/index.ts -o dist"},"dependencies":{"@actions/core":"^1.10.0","@actions/tool-cache":"^2.0.1"},"private":true,"devDependencies":{"@types/node":"^20.11.16"}}'); /***/ })