diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index 8e283af48..36a59fc35 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 - name: Install Packages run: npm ci - name: Build docs