We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8ce2e commit e6838e2Copy full SHA for e6838e2
1 file changed
.github/workflows/manual-proxy-environment-deploy.yaml
@@ -36,11 +36,10 @@ jobs:
36
node-version: 22
37
38
- name: Npm install
39
- working-directory: .
40
- env:
41
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
- run: npm ci
43
- shell: bash
+ uses: ./.github/actions/node-install
+ with:
+ node-version: 22
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
45
- name: "Check if pull request exists for this branch and set ENVIRONMENT/APIM_ENV"
46
id: pr_exists
0 commit comments