Skip to content

Commit c420e0f

Browse files
authored
Change npm ci to npm install in workflow
1 parent e1c4074 commit c420e0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm ci
29+
- run: npm install
3030
- run: npm run build --if-present

0 commit comments

Comments
 (0)