Skip to content

Commit 1a33461

Browse files
committed
DIGITAL-702: Test workflow without the explicit node install step
1 parent a74078d commit 1a33461

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cloudgov-deploy-app.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ jobs:
5858
run: echo "REPO_NAME=${{ github.event.repository.name }}" >> $GITHUB_ENV
5959
- name: Install basic dependencies
6060
run: ./scripts/pipeline/deb-basic-deps.sh
61-
- name: Install node version 22
62-
uses: actions/setup-node@v6
63-
with:
64-
node-version: '>=22.2.0'
6561
- name: Install Cloudfoundry CLI
6662
run: ./scripts/pipeline/deb-cf-install.sh
6763
- name: Cloud.gov login

0 commit comments

Comments
 (0)