Skip to content

Commit b0cc621

Browse files
committed
Fix test.yml
1 parent 4136859 commit b0cc621

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
@@ -12,5 +12,5 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: "18"
15-
- run: npm
15+
- run: npm i
1616
- run: npm test-ci

0 commit comments

Comments
 (0)