Skip to content

Commit

Permalink
update github actions yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Muzych committed Aug 14, 2024
1 parent 16fae14 commit e6ebbe2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '22'
- name: Install pnpm
run: npm install -g pnpm
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
Expand Down

0 comments on commit e6ebbe2

Please sign in to comment.