Skip to content

Commit

Permalink
Update node version in action
Browse files Browse the repository at this point in the history
Update to node20
  • Loading branch information
timheuer authored and cezarypiatek committed Jan 27, 2024
1 parent 9c6b58b commit d28bc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ inputs:
description: 'Version of Visual Studio to search; defaults to latest if not specified'
required: false
runs:
using: 'node16'
main: 'dist/index.js'
using: 'node20'
main: 'dist/index.js'

0 comments on commit d28bc81

Please sign in to comment.