From c3101b02b77612fb4a13ccb9fbde671d06e93b81 Mon Sep 17 00:00:00 2001 From: Andrew Lee <1517745+andrewrlee@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:38:33 +0000 Subject: [PATCH] fixing node version --- .github/workflows/pipeline.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6a02360..4b93764 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -27,18 +27,26 @@ jobs: name: node build uses: ministryofjustice/hmpps-github-actions/.github/workflows/node_build.yml@v1 # WORKFLOW_VERSION secrets: inherit + with: + node_version: 22.11 # generic node unit tests - feel free to override with local tests if required node_unit_tests: name: node unit tests uses: ministryofjustice/hmpps-github-actions/.github/workflows/node_unit_tests.yml@v1 # WORKFLOW_VERSION + with: + node_version: 22.11 needs: [node_build] secrets: inherit + # generic node integration tests using wiremock - feel free to override with local tests if required node_integration_tests: name: node integration tests uses: ministryofjustice/hmpps-github-actions/.github/workflows/node_integration_tests.yml@v1 # WORKFLOW_VERSION needs: [node_build] secrets: inherit + with: + node_version: 22.11 + helm_lint: strategy: matrix: