Skip to content

Commit

Permalink
Fix #707: Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
madhead committed Jan 27, 2024
1 parent 5532a76 commit 6fc14ce
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 6fc14ce

Please sign in to comment.