Skip to content

Commit

Permalink
fix: upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Feb 5, 2024
1 parent 056f3f9 commit d1dcf71
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 @@ -12,5 +12,5 @@ outputs:
changelog:
description: Generated changelog
runs:
using: node14
using: node16
main: './lib/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": "action-create-release-from-tag",
"version": "1.0.8",
"version": "1.0.9",
"description": "Github action to create release with changelog, on tag number based.",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit d1dcf71

Please sign in to comment.