Skip to content

Commit 6a7ece4

Browse files
authored
Merge pull request #17 from hussainweb/github-updates
chore: update github actions
2 parents 3de4c85 + 80d4d9f commit 6a7ece4

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.github/dependabot.yml

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+
8+
- package-ecosystem: npm
9+
directory: /
10+
schedule:
11+
interval: daily

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: Use Node.js 16.x
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v3
2020
with:
21-
node-version: 16.x
21+
node-version: 16
2222
cache: 'npm'
2323
- run: npm ci
2424
- run: npm run lint

0 commit comments

Comments
 (0)