Skip to content

Commit 24023fc

Browse files
chore(deps-dev): bump the npm group across 1 directory with 20 updates (#136)
1 parent 66940c6 commit 24023fc

4 files changed

Lines changed: 2473 additions & 1229 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ updates:
1717
gha:
1818
patterns:
1919
- "*"
20+
exclude-patterns:
21+
- eslint

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: npm version
2222
run: npm -v
2323
- name: Install dependencies
24-
run: npm ci
24+
run: npm i
2525
- name: Check for linting errors
2626
run: npm run lint
2727
- name: Check for build errors

0 commit comments

Comments
 (0)