diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 59ed7a886..dee7a101c 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 ref: main submodules: true fetch-depth: 0