Skip to content

Commit aeab296

Browse files
chore: add step to patch lockfile for platform-specific dependencies
1 parent c1564e0 commit aeab296

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: "npm"
2929

30+
- name: Patch lockfile for platform-specific dependencies
31+
run: npm install --package-lock-only --ignore-scripts
32+
3033
- name: Install dependencies
3134
run: npm ci
3235

0 commit comments

Comments
 (0)