Update action to node20 (#772)

This commit is contained in:
Dmitry Shibanov
2023-12-05 14:52:09 +01:00
committed by GitHub
parent 0ae58361cd
commit 0a5c615913
44 changed files with 60159 additions and 18952 deletions

View File

@ -13,3 +13,5 @@ jobs:
call-basic-validation:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
with:
node-version: '20.x'

View File

@ -15,3 +15,5 @@ jobs:
call-check-dist:
name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: '20.x'