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.
2 parents 3de4c85 + 80d4d9f commit 6a7ece4Copy full SHA for 6a7ece4
.github/dependabot.yml
@@ -0,0 +1,11 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: /
5
+ schedule:
6
+ interval: daily
7
+
8
+ - package-ecosystem: npm
9
10
11
.github/workflows/nodejs.yml
@@ -14,11 +14,11 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
- name: Use Node.js 16.x
19
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
20
with:
21
- node-version: 16.x
+ node-version: 16
22
cache: 'npm'
23
- run: npm ci
24
- run: npm run lint
0 commit comments