Skip to content

Commit 05374ff

Browse files
ci(lint): fallback to npm install if npm ci fails
1 parent 08c8f6a commit 05374ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- uses: actions/setup-node@v4
1010
with:
1111
node-version: 20
12-
- run: npm ci
12+
- run: npm ci || npm install
1313
- run: npm run lint

0 commit comments

Comments
 (0)