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 fbbdf50 commit b90282cCopy full SHA for b90282c
.github/dependabot.yaml
@@ -1,10 +1,10 @@
1
version: 2
2
updates:
3
- package-ecosystem: github-actions
4
- directory: "/"
+ directory: /
5
schedule:
6
interval: daily
7
- package-ecosystem: npm
8
9
10
.github/workflows/tests.yaml
@@ -11,8 +11,8 @@ jobs:
11
- 16.x
12
- 17.x
13
steps:
14
- - uses: actions/checkout@v2
15
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
16
with:
17
node-version: ${{ matrix.node-version }}
18
- run: npm install-test
0 commit comments