Skip to content

Commit

Permalink
Merge pull request #53 from falti/node20
Browse files Browse the repository at this point in the history
update node to 20
  • Loading branch information
falti authored Feb 20, 2024
2 parents 6cbacc6 + 2d9a688 commit ab858fb
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 19.7.0
nodejs 20.11.1
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ outputs:
generic: # output will be available to future steps
description: "This command will have generic output variables based on .env"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ try {
console.log(variables);
} else {
console.log(
`loaded ${Object.keys(variables).length} values into the environment`
`loaded ${Object.keys(variables).length} values into the environment`,
);
}

Expand Down
Loading

0 comments on commit ab858fb

Please sign in to comment.