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: