Skip to content

Commit 40e159e

Browse files
committed
chore(*): fixing ci command for old eslint
1 parent 002ad40 commit 40e159e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- name: Install packages
30-
run: npm ci
30+
run: npm ci --legacy-peer-deps
3131
- name: Lint Lib
3232
run: npm run lint:lib
3333
env:

0 commit comments

Comments
 (0)