Skip to content

Commit 1947273

Browse files
committed
node setup
1 parent 832f20e commit 1947273

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ runs:
2929
name: terraform-output-${{ inputs.targetComponent }}
3030

3131
- name: "Repo setup"
32-
shell: bash
33-
run: |
34-
npm ci
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'
3537

3638
- name: "Set PR NUMBER"
3739
shell: bash

0 commit comments

Comments
 (0)