Skip to content

Commit

Permalink
feat: use egg-logger@3, sdk-base@4, utility@2 (#67)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Chores**
  - Updated Node.js version to 22 in CI workflow.
  - Added `CODECOV_TOKEN` secret for improved code coverage reporting.

- **Dependencies**
  - Updated several dependencies for better performance and security:
    - `egg-logger` to `^3.5.0`
    - `sdk-base` to `^4.2.1`
    - `utility` to `^2.1.0`
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
fengmk2 authored May 25, 2024
1 parent e9336b5 commit 71dff9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: CI
on:
push:
branches: [ master ]

pull_request:
branches: [ master ]

Expand All @@ -13,4 +12,6 @@ jobs:
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
with:
os: 'ubuntu-latest, macos-latest, windows-latest'
version: '14, 16, 18, 20'
version: '14, 16, 18, 20, 22'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"dependencies": {
"byte": "^2.0.0",
"co": "^4.6.0",
"egg-logger": "^2.3.2",
"is-type-of": "^1.2.1",
"egg-logger": "^3.5.0",
"is-type-of": "^1.4.0",
"json-stringify-safe": "^5.0.1",
"long": "^4.0.0",
"sdk-base": "^3.5.1",
"sdk-base": "^4.2.1",
"serialize-json": "^1.0.3",
"tcp-base": "^3.2.0",
"utility": "^1.15.0"
"utility": "^2.1.0"
},
"devDependencies": {
"address": "^1.0.3",
Expand Down

0 comments on commit 71dff9a

Please sign in to comment.