chore: update node version since it's the one used in the action definition.

Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
Dmitry Kisler 2023-10-05 01:41:21 +02:00
parent dbdd2dda90
commit 9d9b013363
No known key found for this signature in database
GPG key ID: 46C0A987D58548F6

View file

@ -10,6 +10,10 @@ jobs:
check-dist:
name: Check dist/ directory
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
with:
node-version: "20.x"
test:
name: Test
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
with:
node-version: "20.x"