Skip to content

Commit

Permalink
fix(nodejs): upgrade to Node 20 as 16 is deprecated for Github Actions
Browse files Browse the repository at this point in the history
BREAKING CHANGE: upgrade to Node 20 from 16
  • Loading branch information
Fresa committed Aug 16, 2024
1 parent ae64cb5 commit 0367d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ outputs:
release_notes:
description: 'Semantic release notes'
runs:
using: 'node16'
using: 'node20'
pre: 'fetch_artifact.js'
main: 'dist/index.js'
branding:
Expand Down

0 comments on commit 0367d4d

Please sign in to comment.