Skip to content

Commit 64ef48d

Browse files
committed
chore: added dependabot config, update CI config
1 parent fa8abe4 commit 64ef48d

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.github/dependabot.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: daily
7+
- package-ecosystem: npm
8+
directory: /
9+
schedule:
10+
interval: daily
11+
versioning-strategy: increase-if-necessary

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
node:
1111
- '18'
1212
- '20'
13-
- '21'
13+
- '22'
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions/setup-node@v3
16+
- uses: actions/setup-node@v4
1717
with:
1818
node-version: ${{ matrix.node }}
1919
- run: npm install
2020
- run: npm test
21-
- uses: codecov/codecov-action@v3
21+
- uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)