Skip to content

Commit

Permalink
workflows: update actions/reusable-workflows to use node20
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Oct 26, 2023
1 parent 8a6ad31 commit 0c7a2e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
check-dist-call:
name: Check dist/ directory
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: 20.x
node-caching: npm

call-basic-validation:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
with:
node-version: 20.x
node-caching: npm

0 comments on commit 0c7a2e9

Please sign in to comment.