diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c95951..8c60fed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: with: fetch-depth: 1 - name: Install Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: 20 - run: npm ci