Skip to content

Commit

Permalink
feat(action): update action to run with node16
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Jun 29, 2023
1 parent 11e1346 commit 7ed8ad0
Show file tree
Hide file tree
Showing 2 changed files with 26,140 additions and 150 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ inputs:
required: false
description: prefix to test branch names against (default is 'hotfix/')
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 7ed8ad0

Please sign in to comment.