Skip to content

Commit e0cfd8b

Browse files
authored
refactor: set node version via .nvmrc (#551)
Update pull-request.yml
1 parent d6c1389 commit e0cfd8b

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)