Skip to content

Commit 6f6cd33

Browse files
committed
acceptance deps
1 parent 1947273 commit 6f6cd33

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/actions/acceptance-tests/action.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ runs:
2828
with:
2929
name: terraform-output-${{ inputs.targetComponent }}
3030

31-
- name: "Repo setup"
32-
uses: actions/setup-node@v6
33-
with:
34-
node-version: '${{ inputs.node-version }}'
35-
registry-url: 'https://npm.pkg.github.com'
36-
scope: '@nhsdigital'
31+
- name: 'Install dependencies'
32+
shell: bash
33+
env:
34+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
run: |
36+
npm ci
3737
3838
- name: "Set PR NUMBER"
3939
shell: bash

0 commit comments

Comments
 (0)