We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3ecadb + fb6ccb8 commit cd5404dCopy full SHA for cd5404d
2 files changed
.github/workflows/.ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ${{ matrix.os }}
6
strategy:
7
matrix:
8
- node-version: [16.x, 18.x]
+ node-version: [16.x, 18.x, 20.x]
9
os: [ubuntu-latest, macos-latest, windows-latest]
10
steps:
11
- uses: actions/checkout@v3
renovate.json
@@ -3,6 +3,7 @@
3
"config:base",
4
":preserveSemverRanges",
":ignoreUnstable",
- ":respectLatest"
+ ":respectLatest",
+ ":disableDependencyDashboard"
]
}
0 commit comments