Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Replace Node.js 16 with Node.js 20
  • Loading branch information
kawon7317 committed Jan 25, 2024
1 parent c9685f2 commit faa0654
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 @@ -23,5 +23,5 @@ outputs:
description: 'The resulting location of msbuild for your inputs'

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit faa0654

Please sign in to comment.