fix
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s

This commit is contained in:
Bryce Thorup
2024-09-03 10:09:31 -06:00
parent 4e4c1d15ed
commit 187a6e247d

View File

@@ -12,9 +12,5 @@ inputs:
description: flag that the update should be sent to actual users description: flag that the update should be sent to actual users
required: true required: true
runs: runs:
using: "composite" using: "node20"
steps: main: "action.mjs"
- uses: actions/setup-node@v4
with:
node-version: 22
- run: node action.mjs