Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1f9850a

Browse files
remove 'npm i' from workflows
1 parent 7363e7b commit 1f9850a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci
28-
- run: npm i
2928
- run: npm run build
3029
- run: npm test

0 commit comments

Comments
 (0)