From 41cebf042f4f3cc461ce010f58e247309293cc66 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 9 Feb 2023 08:45:18 -0500 Subject: [PATCH] ci: Remove NodeJS version selection --- .github/workflows/continuous-integration.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2c105d0..bdc2a78 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -10,10 +10,6 @@ jobs: check-dist: name: Check dist/ directory uses: actions/reusable-workflows/.github/workflows/check-dist.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189 - with: - node-version: 18 test: name: Test uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189 - with: - node-version: 18