Skip to content

Commit

Permalink
chore(ci): update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pandomic committed Dec 4, 2024
1 parent bbdf182 commit f1532fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v4
node-version: '20'
with:
node-version: '20'
- name: Install Dependencies
run: make install
- name: Build
Expand Down

0 comments on commit f1532fb

Please sign in to comment.