5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-11 00:56:54 +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:
Bartosz Kosiorek 2022-10-13 11:41:37 +02:00
parent 7d98524254
commit 86288e5488

View file

@ -77,7 +77,7 @@ inputs:
required: false
default: 3600
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'unlock'