Skip to content

Commit

Permalink
chore: fix node18 with node20 (#5032)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev authored Dec 4, 2023
1 parent fb743a0 commit a254360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/bump-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ outputs:
description: Is prerelease version

runs:
using: node18
using: node20
main: ./index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ outputs:
description: Generated changelog

runs:
using: node18
using: node20
main: ./index.js
2 changes: 1 addition & 1 deletion .github/actions/npm-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
required: true

runs:
using: node18
using: node20
main: ./index.js


0 comments on commit a254360

Please sign in to comment.