Skip to content

Commit

Permalink
feat: use utility@2
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed May 8, 2024
1 parent d8767cc commit 07980d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
with:
os: 'ubuntu-latest, macos-latest'
version: '14, 16, 18, 20'
version: '14, 16, 18, 20, 22'
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"depd": "^2.0.0",
"egg-errors": "^2.3.1",
"iconv-lite": "^0.6.3",
"utility": "^1.17.0"
"utility": "^2.1.0"
},
"devDependencies": {
"@types/node": "^20.2.5",
"beautify-benchmark": "^0.2.4",
"benchmark": "^2.1.4",
"coffee": "^5.5.0",
"egg-bin": "^5.5.0",
"egg-bin": "6",
"eslint": "^8.29.0",
"eslint-config-egg": "^12.1.0",
"git-contributor": "^2.0.0",
Expand All @@ -31,7 +31,7 @@
"supertest": "^6.3.3",
"ts-node": "^10.9.1",
"tsd": "^0.28.1",
"typescript": "^4.9.4"
"typescript": "5"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 07980d0

Please sign in to comment.