make node-version input a string

This commit is contained in:
flx-sta 2024-09-10 10:19:12 -07:00
parent 148458f71f
commit d3268ce72c
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
type: string
node-version:
required: true
type: number
type: string
jobs:
test:

View File

@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
project: [misc, abilities, items, moves, battle]
uses: /.github/workflows/run-test-template.yml
uses: ./.github/workflows/run-test-template.yml
with:
project: ${{ matrix.project }}
node-version: ${{ env.NODE_VERSION }}