Skip to content

Commit

Permalink
fixing node version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrlee committed Nov 19, 2024
1 parent e2dccba commit c3101b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c3101b0

Please sign in to comment.