Set node version in github actions #95
pipeline.yml
on: push
Matrix: helm lint
Waiting for pending jobs
node build
/
Run the node build
node integration tests
/
Run the integration tests
node unit tests
/
Run the node unit tests
Build docker image from hmpps-github-actions
/
Build docker image
Deploy to the development environment
/
deploy_env
Annotations
1 error
Invalid workflow file:
.github/workflows/pipeline.yml#L33
The workflow is not valid. .github/workflows/pipeline.yml (Line: 33, Col: 21): Unrecognized named-value: 'env'. Located at position 1 within expression: env.NODE_VERSION .github/workflows/pipeline.yml (Line: 42, Col: 21): Unrecognized named-value: 'env'. Located at position 1 within expression: env.NODE_VERSION
|