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