Skip to content

Commit

Permalink
Upgrade to node20 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
teleport-actions[bot] authored Feb 2, 2024
1 parent 74e8701 commit ff5a05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15751,7 +15751,7 @@ exports.visitAsync = visitAsync;
/***/ ((module) => {

"use strict";
module.exports = JSON.parse('{"name":"auth-k8s","version":"2.0.0","license":"Apache-2.0","repository":"https://github.com/teleport-actions/auth-k8s.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-k8s","version":"2.0.1","license":"Apache-2.0","repository":"https://github.com/teleport-actions/auth-k8s.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"}}');

/***/ })

Expand Down

0 comments on commit ff5a05d

Please sign in to comment.