Skip to content

Commit

Permalink
Version v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pablovilas committed Jun 9, 2024
1 parent d66dd97 commit c3b92a3
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 @@ -25,5 +25,5 @@ inputs:
description: "Application code repository path inside a monorepo"
required: false
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-action-metadata",
"version": "1.1.0",
"version": "1.1.1",
"description": "Github Action to automate the login process on Nullplatform",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit c3b92a3

Please sign in to comment.