From 9d9b01336303ebddcc6f71b5b34ced6931fff1ca Mon Sep 17 00:00:00 2001 From: Dmitry Kisler Date: Thu, 5 Oct 2023 01:41:21 +0200 Subject: [PATCH] chore: update node version since it's the one used in the action definition. Signed-off-by: Dmitry Kisler --- .github/workflows/continuous-integration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index bdc2a78..0f1f44a 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -10,6 +10,10 @@ jobs: check-dist: name: Check dist/ directory uses: actions/reusable-workflows/.github/workflows/check-dist.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189 + with: + node-version: "20.x" test: name: Test uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189 + with: + node-version: "20.x"