Skip to content

Commit 9fb4bea

Browse files
committed
Update deps lint, no longer teston 14.x as it's deprecated
1 parent 9f63a37 commit 9fb4bea

15 files changed

+659
-243
lines changed

.eslintrc.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ module.exports = {
102102
'jsdoc/check-tag-names': ['warn', {
103103
definedTags: ['category', 'complexity', 'defaultValue', 'initialVersion', 'restrictions', 'rpcVersion'],
104104
}],
105+
'@typescript-eslint/consistent-type-definitions': 'off',
105106
// Better handled by typescript
106107
'jsdoc/require-param-type': 'off',
107108
'jsdoc/require-returns-type': 'off',

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
45-
node-version: [14.x, 16.x, 18.x, 19.x]
45+
node-version: [16.x, 18.x, 19.x]
4646

4747
steps:
4848
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)