Skip to content

Commit

Permalink
This is 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Feb 21, 2024
1 parent dc8c684 commit 9e4bea3
Show file tree
Hide file tree
Showing 6 changed files with 30,287 additions and 9,960 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@typescript-eslint/no-for-in-array": "error",
"@typescript-eslint/no-inferrable-types": "error",
"@typescript-eslint/no-misused-new": "error",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-namespace": "error",
"@typescript-eslint/no-non-null-assertion": "warn",
"@typescript-eslint/no-unnecessary-qualifier": "error",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## [2.4.0] - 2024-02-21
- Update to node 20 and update all dependencies

## [2.3.0] - 2023-05-23
- Update dependencies
- Update upx to 4.0.2
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ inputs:
strip_args:
description: 'Arguments to pass to strip'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 9e4bea3

Please sign in to comment.