From e90441010678788e396702e2be1e55e89cfaae89 Mon Sep 17 00:00:00 2001 From: Eric Clemmons Date: Wed, 24 Sep 2025 11:47:10 -0500 Subject: [PATCH 1/2] Use dascham@0.8.3 using Node LTS --- .github/workflows/pull_request_validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_validation.yml b/.github/workflows/pull_request_validation.yml index 0a835a0..54b049a 100644 --- a/.github/workflows/pull_request_validation.yml +++ b/.github/workflows/pull_request_validation.yml @@ -20,7 +20,7 @@ jobs: uses: ./. with: version: "1.0.49" - cli-version: "0.8.2" + cli-version: "0.8.3" node-version: "16.20.2" node-directory: "C:\\nodejs16" node-prefix: "C:\\nodejs16\\npm-installs" From 1fc34e66b1ead9e3153baa180a371a36875d7b46 Mon Sep 17 00:00:00 2001 From: Eric Clemmons Date: Wed, 24 Sep 2025 11:48:53 -0500 Subject: [PATCH 2/2] Update Node LTS --- .github/workflows/pull_request_validation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request_validation.yml b/.github/workflows/pull_request_validation.yml index 54b049a..dc7823c 100644 --- a/.github/workflows/pull_request_validation.yml +++ b/.github/workflows/pull_request_validation.yml @@ -21,9 +21,9 @@ jobs: with: version: "1.0.49" cli-version: "0.8.3" - node-version: "16.20.2" - node-directory: "C:\\nodejs16" - node-prefix: "C:\\nodejs16\\npm-installs" + node-version: "22.19.0" + node-directory: "C:\\nodejs22" + node-prefix: "C:\\nodejs22\\npm-installs" - name: Start Dashcam uses: ./start