Skip to content

Commit d638e20

Browse files
committed
ci: disable npm ci for all platforms
1 parent 8e5bc7a commit d638e20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ jobs:
7575
shell: bash
7676

7777
# [24/AUG/23] Adjusted from npm ci for non-macOS to prevent EBADPLATFORM error due to fsevents
78+
# [25/NOV/25] Adjusted to npm i for all platforms due to lock issues
7879
- name: Perform clean install of npm
7980
run: |
8081
if [ "$RUNNER_OS" == "macOS" ]; then
81-
npm ci
82+
npm i
8283
else
8384
npm i
8485
fi

0 commit comments

Comments
 (0)