Skip to content

Commit 96572d4

Browse files
authored
1 parent fb96174 commit 96572d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Set up NodeJS
17-
uses: actions/setup-node@v3
17+
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)