mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
use node16 in action.yml (#375)
This commit is contained in:
parent
7d98524254
commit
2537991e61
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
default: 3600
|
default: 3600
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
branding:
|
branding:
|
||||||
icon: 'unlock'
|
icon: 'unlock'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue