From 2c6a5cb2c635772db8e8f3fd05d79699657467ad Mon Sep 17 00:00:00 2001 From: baseballyama Date: Sun, 5 Jan 2025 17:16:39 +0900 Subject: [PATCH] chore: remove typescript-eslint v5 test --- .github/workflows/NodeCI.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.github/workflows/NodeCI.yml b/.github/workflows/NodeCI.yml index 6e24e93ce..7ac120e7d 100644 --- a/.github/workflows/NodeCI.yml +++ b/.github/workflows/NodeCI.yml @@ -139,31 +139,6 @@ jobs: run: pnpm run test working-directory: ${{ env.project_root_path }} - test-for-typescript-eslint-v5: - name: Test for typescript-eslint v5 - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-latest] - node: [18] - steps: - - name: Checkout - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 - - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node }} - - name: Install typescript-eslint v5 - run: | - pnpm install -D -w @typescript-eslint/parser@5 @typescript-eslint/eslint-plugin@5 - rm -rf node_modules - - name: Install Packages - run: pnpm install - - name: Test - run: pnpm run test - working-directory: ${{ env.project_root_path }} - update-resources: runs-on: ubuntu-latest steps: