feat: bump to use node20 runtime

Signed-off-by: Rui Chen <rui@chenrui.dev>

fix action refs for `actions/reusable-workflows`

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-09-04 14:14:33 -04:00
parent 599d383196
commit 20db800a20
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
5 changed files with 701 additions and 2067 deletions

View file

@ -7,9 +7,9 @@ on:
pull_request:
jobs:
check-dist:
check-dist-call:
name: Check dist/ directory
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
test:
name: Test
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
call-basic-validation:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main