Skip to content

Commit 48ff3b3

Browse files
Use npm i rather than npm ci
…though the real answer should be to stop ignoring `package-lock.json`.
1 parent bf3ef64 commit 48ff3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: python3 -m pip install --break-system-packages setuptools
2424
- name: Install Dependencies
2525
run: |
26-
npm ci
26+
npm i
2727
- run: |
2828
npm run test:node
2929
npm run test:native

0 commit comments

Comments
 (0)