We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f346e commit 46a99a8Copy full SHA for 46a99a8
.github/workflows/build-and-deploy.yml
@@ -27,10 +27,11 @@ jobs:
27
uses: ./.github/workflows/terraform-deploy-infra.yml
28
needs: validate
29
secrets: inherit
30
- deploy-app:
+ install-node-version:
31
uses: actions/setup-node@v6
32
with:
33
node-version: '>=22.2.0'
34
+ deploy-app:
35
uses: ./.github/workflows/cloudgov-deploy-app.yml
- needs: deploy-infra
36
+ needs: [deploy-infra, install-node-version]
37
0 commit comments