We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66dd97 commit c3b92a3Copy full SHA for c3b92a3
action.yml
@@ -25,5 +25,5 @@ inputs:
25
description: "Application code repository path inside a monorepo"
26
required: false
27
runs:
28
- using: "node16"
+ using: "node20"
29
main: "dist/index.js"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "github-action-metadata",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "Github Action to automate the login process on Nullplatform",
5
"main": "src/index.js",
6
"scripts": {
0 commit comments