From fa5b1e84614058503ed7e27608b335842a4c4fac Mon Sep 17 00:00:00 2001 From: CaoMeiYouRen <996881204@qq.com> Date: Wed, 17 Apr 2024 11:35:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20compare-func=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e244ae..0b2b30e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/package.json b/package.json index b31e0a8..6daa22b 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file