Update action.yml

This commit is contained in:
Aurelien Vaillant 2024-02-10 16:12:30 +01:00 committed by GitHub
parent a496fd037d
commit 20dadea389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,5 +30,5 @@ inputs:
required: false required: false
default: ${{ github.token }} default: ${{ github.token }}
runs: runs:
using: 'node12' using: 'node20'
main: 'dist/index.js' main: 'dist/index.js'