Downgrade node to v16 (v18 not yet supported on Github)

This commit is contained in:
Corey Butler 2022-10-12 16:35:53 -05:00
parent f3094d5df2
commit c0360d1526
No known key found for this signature in database
GPG Key ID: 11C5CD9E1B4C7F8F

View File

@ -61,5 +61,5 @@ outputs:
build:
description: \"yes\" or \"no\", indicating the tag represents a semantic version build.
runs:
using: 'node18'
using: 'node16'
image: 'app/main.js'