Skip to content

Commit e23dbbc

Browse files
committed
Update dependencies and use Node 20
1 parent 0489031 commit e23dbbc

File tree

6 files changed

+3920
-1332
lines changed

6 files changed

+3920
-1332
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"import/first": "error",
2525
"import/newline-after-import": "error",
2626
"import/no-duplicates": "error",
27-
"simple-import-sort/sort": "error",
27+
"simple-import-sort/imports": "error",
28+
"simple-import-sort/exports": "error",
2829
"sort-imports": "off"
2930
}
3031
}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ inputs:
77
description: 'a great description of your input'
88
default: 'a suitable default value'
99
runs:
10-
using: 'node16'
10+
using: 'node20'
1111
main: 'dist/index.js'

0 commit comments

Comments
 (0)