Skip to content

Commit

Permalink
changed action to run with node16
Browse files Browse the repository at this point in the history
  • Loading branch information
GPaoloni committed Aug 29, 2022
1 parent 46d4e27 commit ca6d055
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/generate-next-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ inputs:
description: 'The latest tag for the above prefix'
required: false
runs:
using: 'node14'
main: 'dist/index.js'
shell: bash
using: 'node16'
main: 'dist/index.js'

0 comments on commit ca6d055

Please # to comment.