Skip to content

Commit

Permalink
deps: Bump [email protected] (#273)
Browse files Browse the repository at this point in the history
* deps: Bump [email protected]

* cleanup bin folder

* keep @types/node in 20
  • Loading branch information
tianfeng92 authored Aug 26, 2024
1 parent 0770208 commit 3e4a135
Show file tree
Hide file tree
Showing 6 changed files with 1,367 additions and 571 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Unit Test
run: npm run unit-test

- name: Lint
run: npm run lint

- name: Unit Test
run: npm run test

build-and-test-local:
runs-on: windows-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run unit-test
npm run test
20 changes: 0 additions & 20 deletions bin/wait_display

This file was deleted.

Loading

0 comments on commit 3e4a135

Please sign in to comment.