mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-11 08:56:55 +00:00
fix: upgrade Node.js 12 to Node.js 16
As Node.js 12 actions are deprecated, we need to upgrade it to Node.js 16 For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
This commit is contained in:
parent
7d98524254
commit
86288e5488
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ inputs:
|
|||
required: false
|
||||
default: 3600
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
icon: 'unlock'
|
||||
|
|
|
|||
Loading…
Reference in a new issue