From 62de1050df7b48cbbc239da7fe3e24208dc3ee7b Mon Sep 17 00:00:00 2001 From: Austin Valle Date: Fri, 27 Oct 2023 08:38:05 -0400 Subject: [PATCH] add node version --- .github/workflows/continuous-integration.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 537b433..e5198d9 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -10,6 +10,13 @@ jobs: check-dist: name: Check dist/ directory uses: actions/reusable-workflows/.github/workflows/check-dist.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189 + with: + node-version: 20.x + node-caching: npm + test: name: Test - uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189 \ No newline at end of file + uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189 + with: + node-version: 20.x + node-caching: npm