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 a7f34bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
check-dist-call:
name: Check dist/ directory
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@3d4a482436c3910ab405d17f53d0f9229b44e8a9 # for node 20
call-basic-validation:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@3d4a482436c3910ab405d17f53d0f9229b44e8a9 # for node 20

0 comments on commit a7f34bb

Please sign in to comment.