Skip to content

Commit cd5404d

Browse files
authored
Merge pull request #184 from kethinov/various-maintenance
various maintenance
2 parents f3ecadb + fb6ccb8 commit cd5404d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
node-version: [16.x, 18.x]
8+
node-version: [16.x, 18.x, 20.x]
99
os: [ubuntu-latest, macos-latest, windows-latest]
1010
steps:
1111
- uses: actions/checkout@v3

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"config:base",
44
":preserveSemverRanges",
55
":ignoreUnstable",
6-
":respectLatest"
6+
":respectLatest",
7+
":disableDependencyDashboard"
78
]
89
}

0 commit comments

Comments
 (0)