diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a81e45a..92d6fa6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: "18" - name: Enable Corepack