From 247665513a184c240ef8914522b9c54426a77edb Mon Sep 17 00:00:00 2001 From: jinmao88 <50581550+jinmao88@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:26:42 +0800 Subject: [PATCH] fix: ci --- .github/workflows/deploy.yml | 2 +- internal/eslint-config/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 457c2051..e59b8f9c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -72,7 +72,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 8.1 + version: 8 run_install: false - name: use Node.js 16 diff --git a/internal/eslint-config/package.json b/internal/eslint-config/package.json index 6d7d6dc4..3e512ef4 100644 --- a/internal/eslint-config/package.json +++ b/internal/eslint-config/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.3.0", "@typescript-eslint/parser": "^6.3.0", - "eslint": "^8.43.0", + "eslint": "^8.46.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.28.0", "eslint-plugin-prettier": "^5.0.0",