From f0357a1471b2ed5e44526d5da716ac3703380887 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 15 Jan 2025 22:41:18 +0000 Subject: [PATCH] chore: self mutation Signed-off-by: github-actions --- .github/workflows/integ.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integ.yml b/.github/workflows/integ.yml index de290769..b9cd39bd 100644 --- a/.github/workflows/integ.yml +++ b/.github/workflows/integ.yml @@ -50,7 +50,6 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '20' # Ensure Node.js version is compatible cache: yarn - name: Yarn install run: yarn install --frozen-lockfile