Update action to node20 (#772) · actions/setup-python@0a5c615 (original) (raw)

44 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -13,3 +13,5 @@ jobs:
13 13 call-basic-validation:
14 14 name: Basic validation
15 15 uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
16 +with:
17 +node-version: '20.x'
Original file line number Diff line number Diff line change
@@ -15,3 +15,5 @@ jobs:
15 15 call-check-dist:
16 16 name: Check dist/
17 17 uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
18 +with:
19 +node-version: '20.x'