diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a9a28a6..c38deb0 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: 16 + node-version: 23 ref: main submodules: true fetch-depth: 0