Skip to content

Commit

Permalink
feat: refactor with typescript
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop Node.js < 16.13.0 support

#264
  • Loading branch information
fengmk2 committed Jun 8, 2024
1 parent 72fafc8 commit 6580f0c
Show file tree
Hide file tree
Showing 5 changed files with 755 additions and 745 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
name: Node.js
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
with:
version: '14.19.0, 14, 16, 18, 20'
version: '16.13.0, 16, 18, 20, 22'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Loading

0 comments on commit 6580f0c

Please sign in to comment.