We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae7719 commit afc46eeCopy full SHA for afc46ee
.github/.dependabot.yml
@@ -0,0 +1,11 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ - package-ecosystem: "npm"
8
9
10
11
+ rebase-strategy: "auto"
.github/workflows/node.yml
@@ -19,6 +19,7 @@ jobs:
19
node-version: ${{ env.NODE_VERSION }}
20
cache: 'yarn'
21
- run: yarn
22
+ - run: yarn build
23
- run: yarn test:cov
24
- uses: codecov/codecov-action@v3
25
with:
0 commit comments