diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c7e79d..20b3b4a 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@v6 with: node-version: 20 - run: npm ci