Skip to content

Commit

Permalink
Merge pull request #708 from /issues/707
Browse files Browse the repository at this point in the history
Fix #707: Node 20
  • Loading branch information
madhead authored Jan 27, 2024
2 parents 5532a76 + 6fc14ce commit 2f50106
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ outputs:
inc-prerelease:
description: A result of the call of the semver's `inc` function with `prerelease` increment
runs:
using: node16
using: node20
main: dist/index.js
branding:
icon: hash
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semver-utils",
"version": "3.1.0",
"version": "4.0.0",
"private": true,
"description": "One-stop shop for working with semantic versions in your workflows",
"main": "lib/main.js",
Expand Down

0 comments on commit 2f50106

Please sign in to comment.