Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
node-version: [ 12, 14, 16, 18, 20, 22 ]
node-version: [ 16, 18, 20, 22 ]
steps:
- name: Checkout Git Source
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"split2": "^3.2.2",
"synp": "^1.9.9",
"through2": "^4.0.2",
"urllib": "^2.36.1",
"urllib": "^4.6.3",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看起来不行,更新后 ezm 服务端无法解析成功

image

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#63

"uuid": "^9.0.1",
"ws": "^7.3.1"
},
Expand Down