Skip to content

Commit 4289754

Browse files
committed
ci: add install action
1 parent b77eb7a commit 4289754

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node }}
28+
- name: install
29+
run: npm install
2830

2931
- name: npm ci
3032
run: npm ci --ignore-scripts

0 commit comments

Comments
 (0)