We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74078d commit 1a33461Copy full SHA for 1a33461
.github/workflows/cloudgov-deploy-app.yml
@@ -58,10 +58,6 @@ jobs:
58
run: echo "REPO_NAME=${{ github.event.repository.name }}" >> $GITHUB_ENV
59
- name: Install basic dependencies
60
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'
65
- name: Install Cloudfoundry CLI
66
run: ./scripts/pipeline/deb-cf-install.sh
67
- name: Cloud.gov login
0 commit comments