Skip to content

Commit

Permalink
Merge pull request #79 from daltonmaag/update
Browse files Browse the repository at this point in the history
Update to Node 20
  • Loading branch information
chrissimpkins authored Feb 16, 2024
2 parents 819d8b0 + daae645 commit 46198f6
Show file tree
Hide file tree
Showing 7 changed files with 8,484 additions and 7,652 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
extends:
- wesbos

parser: "babel-eslint"
parser: "@babel/eslint-parser"

rules:
no-console:
- off
quotes: 0
prettier/prettier:
- warn
- singleQuote: false
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v3.0.0

- update f-actions/opentype-sanitizer Action to Node 20 (addresses GitHub node 16 deprecation warnings for end users of this Action)
- dependency updates

## v2.0.0

- update f-actions/opentype-sanitizer Action to node 16 (addresses GitHub node 12 deprecation warnings for end users of this Action)
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
default: "latest" # options: ["latest", "[VERSION NUMBER]"]

runs:
using: "node16"
using: "node20"
main: "dist/index.js"

branding:
Expand Down
Loading

0 comments on commit 46198f6

Please sign in to comment.