From a5cede8484fe4f9a67514b82805a81f3c0d1691e Mon Sep 17 00:00:00 2001 From: Kuitos Date: Mon, 27 Feb 2023 22:57:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20github=20pages=20ci=20(#24?= =?UTF-8?q?16)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-pages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index c2ba90b..2a3759c 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -8,6 +8,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: actions/setup-node@v2 + with: + node-version: '14' + check-latest: true + registry-url: 'https://registry.npmjs.org' - name: build run: | yarn