From ea5388d9222274e9e55375492dfb635f3cc0172c Mon Sep 17 00:00:00 2001 From: xivilay Date: Thu, 30 Nov 2023 11:24:01 -0800 Subject: [PATCH] fix: web workflow --- .github/workflows/web.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 4a6ee47..2162f1b 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -27,7 +27,7 @@ jobs: - name: Set Up Node.js uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 20 - name: Set Up Yarn run: npm install -g yarn @@ -50,6 +50,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest + needs: build steps: - name: Checkout uses: actions/checkout@v3