Skip to content

Commit 2456556

Browse files
PREQ-5138 authenticate NPM
1 parent af384e1 commit 2456556

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test:
10-
runs-on: ubuntu-latest
10+
runs-on: github-ubuntu-latest-s
1111

1212
steps:
1313
- uses: actions/checkout@v5
@@ -18,6 +18,9 @@ jobs:
1818
node-version: "24"
1919
cache: "npm"
2020

21+
- name: Configure NPM with Repox
22+
uses: SonarSource/ci-github-actions/config-npm@v1
23+
2124
- name: Install dependencies
2225
run: npm ci
2326

0 commit comments

Comments
 (0)