Skip to content

Commit

Permalink
chore: fix not using node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
greguintow committed Jan 27, 2023
1 parent 6977e24 commit f8a73b9
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 @@ -31,5 +31,5 @@ inputs:
description: Title to add to the comment
required: false
runs:
using: node16
main: dist/main.js
using: 'node16'
main: 'dist/main.js'

0 comments on commit f8a73b9

Please sign in to comment.