Skip to content

Commit c3b92a3

Browse files
committed
Version v1.1.1
1 parent d66dd97 commit c3b92a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ inputs:
2525
description: "Application code repository path inside a monorepo"
2626
required: false
2727
runs:
28-
using: "node16"
28+
using: "node20"
2929
main: "dist/index.js"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-action-metadata",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Github Action to automate the login process on Nullplatform",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)