Skip to content

Commit

Permalink
fix: 修复 compare-func 版本问题
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Apr 17, 2024
1 parent 76be45e commit fa5b1e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: "14"
# cache: "yarn"
node-version: "16"
cache: "yarn"
- run: yarn
- run: npm run lint
- run: yarn run lint
# - run: npm run build
- env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"language": "zh"
},
"dependencies": {
"compare-func": "^1.3.2",
"compare-func": "^2.0.0",
"q": "^1.5.1",
"debug": "^4.1.1"
}
}
}

0 comments on commit fa5b1e8

Please sign in to comment.