mirror of
https://github.com/mtkennerly/dunamai-action.git
synced 2025-06-20 22:31:08 +00:00
Update for deprecationn of Node.js 12 and set-output
This commit is contained in:
parent
f33a36717a
commit
0476fd5931
7 changed files with 2695 additions and 231 deletions
|
@ -8,7 +8,7 @@ branding:
|
|||
inputs:
|
||||
install:
|
||||
description: |
|
||||
Version of Dunamai to install (e.g., "1.3.0").
|
||||
Version of Dunamai to install (e.g., "1.13.2").
|
||||
Use the default if you don't need a specific version,
|
||||
or use "none" if your workflow installs Dunamai by other means.
|
||||
required: false
|
||||
|
@ -31,5 +31,5 @@ outputs:
|
|||
version:
|
||||
description: The dynamic version.
|
||||
runs:
|
||||
using: node12
|
||||
using: node16
|
||||
main: public/index.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue