Skip to content

Commit

Permalink
fix: modify build command to match cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjack authored Nov 1, 2023
1 parent e1b3191 commit 60e6a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Build
env:
CI: true
run: pnpm build
run: pnpm run generate

0 comments on commit 60e6a53

Please sign in to comment.