From 0c7a2e97b1d1dcfa897ff0486b99fdb3df77000d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 26 Oct 2023 13:44:40 -0400 Subject: [PATCH] workflows: update `actions/reusable-workflows` to use node20 Signed-off-by: Rui Chen --- .github/workflows/continuous-integration.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9906fd3..3334b44 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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