diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bdd1ed2..c2111b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: run: git diff --check "$(git hash-object -t tree /dev/null)" HEAD - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: 20 cache: npm