Deno runtime
#2068
Replies: 1 comment
-
This would simplify maintenance of the JS/TS-based actions a lot, because developers wouldn't need to build them on every release and check in the build artifacts in the git repo. Deno can run JS/TS on the fly and project setup/configuration is much (much!) simpler than for Node.js projects. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
actions/github-script
is helpful but I'd like to not hassle with NPM. Can Deno be offered as an alternative to Node for a JavaScript runtime for actions? Deno also supports TypeScript so this would enable that TypeScript support too.Beta Was this translation helpful? Give feedback.
All reactions