Skip to content

Commit

Permalink
fix: use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Feb 1, 2024
1 parent d940d24 commit e7aac1b
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 @@ -14,8 +14,8 @@ inputs:
required: false
default: 'D:'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'cpu'
color: 'purple'
color: 'purple'

0 comments on commit e7aac1b

Please sign in to comment.