bump: run with node20 (#25)

Node.js 16 actions are deprecated. Please update the following actions
to use Node.js 20: oras-project/setup-oras@v1.1.0. For more information
see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Fixes #23

Signed-off-by: Lan Liang <gcslyp@gmail.com>
This commit is contained in:
Lan 2024-03-26 14:46:26 +08:00 committed by GitHub
parent ee7dbe1144
commit bdadd7db88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -22,5 +22,5 @@ inputs:
required: false
default: 1.1.0
runs:
using: node16
main: dist/index.js
using: node20
main: dist/index.js