mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-24 14:01:02 -05:00
chore: node 20 as default runtime
This commit is contained in:
parent
418bb95bb7
commit
40ca14fdc2
1 changed files with 1 additions and 1 deletions
|
@ -61,6 +61,6 @@ outputs:
|
|||
description: 'Email address associated with the GPG key'
|
||||
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
post: 'dist/index.js'
|
||||
|
|
Loading…
Reference in a new issue