Update action.yml

This commit is contained in:
Verkehrsrot 2023-04-29 18:39:58 +02:00 committed by GitHub
parent c8be869e89
commit 56fe6f7c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,5 +42,5 @@ branding:
icon: 'download' icon: 'download'
color: 'gray-dark' color: 'gray-dark'
runs: runs:
using: 'node12' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'