We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243c2a0 commit 8a34506Copy full SHA for 8a34506
1 file changed
.github/actions/acceptance-tests/action.yaml
@@ -29,9 +29,11 @@ runs:
29
name: terraform-output-${{ inputs.targetComponent }}
30
31
- name: "Repo setup"
32
- shell: bash
33
- run: |
34
- npm ci
+ uses: actions/setup-node@v6
+ with:
+ node-version: '${{ inputs.node-version }}'
35
+ registry-url: 'https://npm.pkg.github.com'
36
+ scope: '@nhsdigital'
37
38
- name: "Set PR NUMBER"
39
shell: bash
0 commit comments