Skip to content

Commit

Permalink
Update dependencies and use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgross committed Dec 19, 2023
1 parent 0489031 commit e23dbbc
Show file tree
Hide file tree
Showing 6 changed files with 3,920 additions and 1,332 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,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"
}
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ inputs:
description: 'a great description of your input'
default: 'a suitable default value'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit e23dbbc

Please sign in to comment.