Skip to content

Commit 1b684a1

Browse files
committed
CI Fix
1 parent 34390ba commit 1b684a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ updates:
1111
interval: "weekly"
1212
ignore:
1313
- dependency-name: "*"
14-
versions: ["patch"]
14+
update-types: ["version-update:semver-patch"]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
ci:
77
steps:
88
- uses: actions/checkout@v3
9-
uses: actions/setup-node@v3
9+
- uses: actions/setup-node@v3
1010
with:
1111
node-version: 16
1212

0 commit comments

Comments
 (0)