Skip to content

Commit a0ea8ba

Browse files
committed
ci(test): add the dependancies install step (#2)
Refs: #2
1 parent 0bb3cfa commit a0ea8ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- uses: actions/setup-node@v4
1212
with:
1313
node-version: '20'
14-
- run: npm ci
14+
- run: npm install
1515
- run: npm test

0 commit comments

Comments
 (0)