Skip to content

Commit 8739e99

Browse files
author
James Karanja
committed
fix: use --force on npm ci in publish job (Linux runner, os-restricted package)
1 parent d68e125 commit 8739e99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
cache: npm
126126

127127
- name: Install dependencies
128-
run: npm ci
128+
run: npm ci --ignore-scripts --force
129129

130130
- name: Download all native binaries
131131
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)