From 175fc7e773f7e8fc12ed9285a78ae2a802d49429 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:20:29 -0400 Subject: [PATCH] docs: update deploy_gh-pages.yml (#8741) Update deploy_gh-pages.yml --- .github/workflows/deploy_gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_gh-pages.yml b/.github/workflows/deploy_gh-pages.yml index 9c3819531..774926e5c 100644 --- a/.github/workflows/deploy_gh-pages.yml +++ b/.github/workflows/deploy_gh-pages.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: yarn cache-dependency-path: ./docs/yarn.lock