Skip to content

Commit b61d9ab

Browse files
committed
fix(ci): upgrade node-versions, fix dependencies and add test script
1 parent 9e4be13 commit b61d9ab

File tree

3 files changed

+1317
-391
lines changed

3 files changed

+1317
-391
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
35-
node-version: [16.x, 18.x]
35+
node-version: [20.x, 22.x]
3636
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3737

3838
steps:

0 commit comments

Comments
 (0)