Skip to content

Commit 960d9fb

Browse files
authored
Merge branch 'main' into renovate/node-22.x
2 parents f4a19c7 + e0cfd8b commit 960d9fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull-request.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ jobs:
1515

1616
- name: Set up NodeJS
1717
uses: actions/setup-node@v4
18+
with:
19+
node-version-file: '.nvmrc'
1820

1921
- name: Install dependencies
20-
run: npm install
22+
run: npm ci
2123

2224
- name: Run tests
2325
run: npm test

0 commit comments

Comments
 (0)