From d009f495a7a0246731736a4ee821bde8c9c0dd07 Mon Sep 17 00:00:00 2001 From: yuiseki Date: Fri, 3 Jan 2025 08:39:06 +0900 Subject: [PATCH] update lint workflow to use npm ci without legacy-peer-deps --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 62a1d7fe..a9b6cf62 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,6 +15,6 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} cache: npm - - run: npm ci --legacy-peer-deps + - run: npm ci - name: lint run: npm run lint