Skip to content

Commit ea84a39

Browse files
committed
Replace npm ci with npm i until there is no need for patch-package
1 parent 8c2763b commit ea84a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@v1
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
- run: npm ci
26+
- run: npm install
2727
- run: npm run build --if-present
2828
- run: npm run lint
2929
- run: npm run test

0 commit comments

Comments
 (0)