We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8abe4 commit 64ef48dCopy full SHA for 64ef48d
.github/dependabot.yaml
@@ -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
9
10
11
+ versioning-strategy: increase-if-necessary
.github/workflows/test.yaml
@@ -10,12 +10,12 @@ jobs:
node:
- '18'
12
- '20'
13
- - '21'
+ - '22'
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
17
with:
18
node-version: ${{ matrix.node }}
19
- run: npm install
20
- run: npm test
21
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
0 commit comments