Skip to content

Commit

Permalink
Replace ncc with tsup and fix misc lint issues
Browse files Browse the repository at this point in the history
[f:1h]
  • Loading branch information
stefanmaric committed Aug 1, 2023
1 parent 0924f6c commit 5439334
Show file tree
Hide file tree
Showing 12 changed files with 7,029 additions and 5,685 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"settings": {
"node": {
"tryExtensions": [".js", ".json", ".ts"]
"tryExtensions": [".mjs", ".js", ".json", ".ts"]
}
}
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Replace ncc with tsup and fix misc lint issues
- Upgrade nodejs version and all dependencies

## 1.0.0 - 2021-12-22
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ outputs:
description: 'A boolean value to indicate if cache was found and restored'
runs:
using: 'node16'
main: 'dist/main/index.js'
post: 'dist/post/index.js'
main: 'dist/main.js'
post: 'dist/post.js'
post-if: success()
Loading

0 comments on commit 5439334

Please sign in to comment.