Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9fb4bea

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

File tree

15 files changed

+659
-243
lines changed

15 files changed

+659
-243
lines changed

‎.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /