diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 2c2ee7b..66c99d8 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 22.x + node-version: 24.x - run: npm ci - run: npm run docs - run: |