Skip to content

Commit 52f346e

Browse files
committed
DIGITAL-702: Install node v22.2+ for build
1 parent 710594b commit 52f346e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
needs: validate
2929
secrets: inherit
3030
deploy-app:
31+
uses: actions/setup-node@v6
32+
with:
33+
node-version: '>=22.2.0'
3134
uses: ./.github/workflows/cloudgov-deploy-app.yml
3235
needs: deploy-infra
3336
secrets: inherit

0 commit comments

Comments
 (0)