Skip to content

Commit

Permalink
Update dependencies and Node
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgross committed Jan 27, 2024
1 parent ee804d1 commit 14b29c6
Show file tree
Hide file tree
Showing 7 changed files with 34,516 additions and 10,612 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"plugin:import/errors",
"plugin:import/warnings",
"plugin:import/typescript",
"plugin:prettier/recommended",
"prettier/@typescript-eslint"
"plugin:prettier/recommended"
],
"plugins": [
"@typescript-eslint",
Expand All @@ -25,7 +24,8 @@
"import/first": "error",
"import/newline-after-import": "error",
"import/no-duplicates": "error",
"simple-import-sort/sort": "error",
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
"sort-imports": "off"
}
}
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
File path of the guestbook
runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'

branding:
Expand Down
Loading

0 comments on commit 14b29c6

Please sign in to comment.