Skip to content

Commit cbd7b6b

Browse files
committed
Update node version to 18.20.4
1 parent ef31bc8 commit cbd7b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
node-version: 18.20.4
1515
- name: Install dependencies
16-
run: npm ci
16+
run: npm install
1717
- name: Run tests
1818
run: npm test

0 commit comments

Comments
 (0)