Skip to content

Commit 46a99a8

Browse files
committed
DIGITAL-702: correct actions syntax
1 parent 52f346e commit 46a99a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ jobs:
2727
uses: ./.github/workflows/terraform-deploy-infra.yml
2828
needs: validate
2929
secrets: inherit
30-
deploy-app:
30+
install-node-version:
3131
uses: actions/setup-node@v6
3232
with:
3333
node-version: '>=22.2.0'
34+
deploy-app:
3435
uses: ./.github/workflows/cloudgov-deploy-app.yml
35-
needs: deploy-infra
36+
needs: [deploy-infra, install-node-version]
3637
secrets: inherit

0 commit comments

Comments
 (0)