Skip to content

Commit 5ef044f

Browse files
authored
Update reusable workflows to use Node.js v20 (#889)
1 parent c45882a commit 5ef044f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: .github/workflows/basic-validation.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
call-basic-validation:
1616
name: Basic validation
1717
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
18+
with:
19+
node-version: '20.x'

Diff for: .github/workflows/check-dist.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
call-check-dist:
1616
name: Check dist/
1717
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
18+
with:
19+
node-version: '20.x'

0 commit comments

Comments
 (0)