diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a93fc2..0270862 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: Build site run: hugo --minify --gc - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '22' - name: Install test deps