Skip to content

Commit e6838e2

Browse files
workflow
1 parent fe8ce2e commit e6838e2

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/manual-proxy-environment-deploy.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ jobs:
3636
node-version: 22
3737

3838
- name: Npm install
39-
working-directory: .
40-
env:
41-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
run: npm ci
43-
shell: bash
39+
uses: ./.github/actions/node-install
40+
with:
41+
node-version: 22
42+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4443

4544
- name: "Check if pull request exists for this branch and set ENVIRONMENT/APIM_ENV"
4645
id: pr_exists

0 commit comments

Comments
 (0)