Skip to content

Commit

Permalink
Merge pull request #1 from scorebet/amir/update-node
Browse files Browse the repository at this point in the history
upgrade node to 16
  • Loading branch information
amirziaratii authored Aug 28, 2023
2 parents 4bbca30 + e9bc0cc commit fbde273
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 @@ -16,5 +16,5 @@ inputs:
description: 'GitHub teams'
required: false
runs:
using: 'node12'
main: 'dist/index.js'
using: 'node16'
main: 'dist/index.js'

0 comments on commit fbde273

Please sign in to comment.