workflows: update actions/reusable-workflows to use node20

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-10-26 13:44:40 -04:00
parent 8a6ad31c82
commit 0c7a2e97b1
No known key found for this signature in database
GPG key ID: 6577287BDCA70840

View file

@ -10,6 +10,13 @@ jobs:
check-dist-call:
name: Check dist/ directory
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: 20.x
node-caching: npm
call-basic-validation:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
with:
node-version: 20.x
node-caching: npm