Skip to content

Commit

Permalink
fix(build): use node12 for action
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 8, 2021
1 parent e3420a5 commit f8ecf11
Show file tree
Hide file tree
Showing 4 changed files with 1,303 additions and 1,302 deletions.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -8,5 +8,5 @@ inputs:
default: ${{ github.token }}

runs:
using: 'node14'
using: 'node12'
main: 'dist/index.js'

0 comments on commit f8ecf11

Please sign in to comment.