Skip to content

Commit

Permalink
fix(action): run on node16, node14 does not exist (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Aug 16, 2022
1 parent 4ec921c commit a6296cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ inputs:
labels:
description: Labels to add to the pull request being opened.
runs:
using: 'node14'
using: 'node16'
main: 'action/dist/index.js'

0 comments on commit a6296cc

Please sign in to comment.