Skip to content

Commit 97da0e7

Browse files
committed
feat: Update action to run on node20
1 parent 2d6d16d commit 97da0e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: "Bump version, tag commit and generates changelog with conventional
33
author: "Tycho Bokdam"
44

55
runs:
6-
using: "node16"
7-
main: "src/index.js"
6+
using: "node20"
7+
main: "dist/index.js"
88

99
branding:
1010
icon: "edit"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"name": "Tycho Bokdam",
2727
"email": "[email protected]"
2828
},
29-
"main": "src/index.js",
29+
"main": "dist/index.js",
3030
"dependencies": {
3131
"@actions/core": "^1.10.1",
3232
"@actions/exec": "^1.1.1",

0 commit comments

Comments
 (0)