Skip to content

Commit

Permalink
going to make my own action i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
esmaxwill committed May 20, 2024
1 parent 7e4787d commit 27ec295
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,18 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4.0.0

- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'

- name: Install dependencies
run: pnpm install

- name: Build packages
run: turbo build

# - name: Build & Deploy Worker
# uses: cloudflare/wrangler-action@v3.5.0
# with:
Expand Down

0 comments on commit 27ec295

Please sign in to comment.