diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c45c80e..1ef2e40 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: - node-version: '12.x' + node-version: '22.x' - name: Get yarn cache id: yarn-cache