Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Mar 20, 2024
1 parent 6227058 commit ae323f3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ jobs:
runs-on: ubuntu-latest
name: Deploy
steps:
# - uses: actions/checkout@v4
# - uses: pnpm/action-setup@v2
# with:

# version: 8.14.1
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- run: corepack enable
- uses: actions/setup-node@v4
with:
version: 8.14.1
node-version: 20
cache: "pnpm"

- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
Expand Down

0 comments on commit ae323f3

Please sign in to comment.