From 6a6ee5a3ffa2bccb2a9ef8c22ec411081a7569a4 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 18 Jul 2025 12:28:09 +0900 Subject: [PATCH] fix node update --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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