From afee0e3e953e999d3aa235aaa9fa52c6966025df Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 20 Mar 2024 00:39:27 +0900 Subject: [PATCH] fix --- .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 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