Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
migrate to tsx to run script (#388)
Browse files Browse the repository at this point in the history
* migrate to tsx to run script

* fix jest config

* fix

* fix lockfile

* update

* update to node 20

* fix node in ci
  • Loading branch information
lednhatkhanh authored Nov 21, 2024
1 parent 5da7b7c commit e0d068d
Show file tree
Hide file tree
Showing 5 changed files with 1,610 additions and 5,942 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
- name: Install dependencies
run: npm ci
- name: Check format
Expand Down
2 changes: 1 addition & 1 deletion jest.config.ts → jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* https://jestjs.io/docs/configuration
*/

export default {
module.exports = {
// All imported modules in your tests should be mocked automatically
// automock: false,

Expand Down
Loading

0 comments on commit e0d068d

Please sign in to comment.