Use nodejs 20 (#509)
Node 16 has reached its end of life More details here: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
This commit is contained in:
committed by
GitHub
parent
45dc5344f1
commit
6853090cd9
@@ -1,6 +1,6 @@
|
|||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
* Add changes here
|
* update runtime to node20 for action
|
||||||
|
|
||||||
## 2.7.4 (October 26, 2023)
|
## 2.7.4 (October 26, 2023)
|
||||||
|
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ inputs:
|
|||||||
description: 'The encoding type of the secret to decode. If not specified, the secret will not be decoded. Supported values: base64, hex, utf8'
|
description: 'The encoding type of the secret to decode. If not specified, the secret will not be decoded. Supported values: base64, hex, utf8'
|
||||||
required: false
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node20'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
branding:
|
branding:
|
||||||
icon: 'unlock'
|
icon: 'unlock'
|
||||||
|
|||||||
Reference in New Issue
Block a user