Skip to content

Commit

Permalink
bump: run with node20 (#25)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
liangyuanpeng authored Mar 26, 2024
1 parent ee7dbe1 commit bdadd7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ inputs:
required: false
default: 1.1.0
runs:
using: node16
main: dist/index.js
using: node20
main: dist/index.js

0 comments on commit bdadd7d

Please sign in to comment.