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