feat: update runtime to node 20 (#246)
Some checks failed
Publish Docker Image / publish (push) Has been cancelled

This commit is contained in:
Peter Evans
2024-01-25 21:25:01 +09:00
committed by GitHub
parent 487b4536f5
commit e98e4d1628
6 changed files with 11 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ inputs:
File extensions that will be treated as images
Default: `bmp,gif,jpg,jpeg,png,svg,webp`
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'upload'