Skip to content

Commit

Permalink
Update reusable workflows to use Node.js v20 (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimZhukov committed Nov 13, 2023
1 parent c45882a commit 5ef044f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/basic-validation.yml
Expand Up @@ -15,3 +15,5 @@ jobs:
call-basic-validation:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
with:
node-version: '20.x'
2 changes: 2 additions & 0 deletions .github/workflows/check-dist.yml
Expand Up @@ -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'

0 comments on commit 5ef044f

Please sign in to comment.