Skip to content

Commit 14b29c6

Browse files
authored
Update dependencies and Node
1 parent ee804d1 commit 14b29c6

File tree

7 files changed

+34516
-10612
lines changed

7 files changed

+34516
-10612
lines changed

.eslintrc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"plugin:import/errors",
1515
"plugin:import/warnings",
1616
"plugin:import/typescript",
17-
"plugin:prettier/recommended",
18-
"prettier/@typescript-eslint"
17+
"plugin:prettier/recommended"
1918
],
2019
"plugins": [
2120
"@typescript-eslint",
@@ -25,7 +24,8 @@
2524
"import/first": "error",
2625
"import/newline-after-import": "error",
2726
"import/no-duplicates": "error",
28-
"simple-import-sort/sort": "error",
27+
"simple-import-sort/imports": "error",
28+
"simple-import-sort/exports": "error",
2929
"sort-imports": "off"
3030
}
3131
}

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs:
1919
File path of the guestbook
2020
2121
runs:
22-
using: 'node12'
22+
using: 'node20'
2323
main: 'dist/index.js'
2424

2525
branding:

0 commit comments

Comments
 (0)