We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1947273 commit 6f6cd33Copy full SHA for 6f6cd33
.github/actions/acceptance-tests/action.yaml
@@ -28,12 +28,12 @@ runs:
28
with:
29
name: terraform-output-${{ inputs.targetComponent }}
30
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'
+ - name: 'Install dependencies'
+ shell: bash
+ env:
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: |
+ npm ci
37
38
- name: "Set PR NUMBER"
39
shell: bash
0 commit comments