From 60e6a53be7d12790eb24bc7a87d4ee1f1b72545a Mon Sep 17 00:00:00 2001 From: Glare Date: Wed, 1 Nov 2023 14:11:11 -0500 Subject: [PATCH] fix: modify build command to match cloudflare --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4435492..42abf4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20' @@ -48,4 +48,4 @@ jobs: - name: Build env: CI: true - run: pnpm build + run: pnpm run generate