Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Sep 5, 2023
1 parent 28aba91 commit 7f2633a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- run: sudo apt-get install -y make
- uses: actions/setup-node@v3
with:
node-version: "12"
node-version: "18"
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- run: yarn install
- run: make
- name: Create Release
Expand Down

0 comments on commit 7f2633a

Please sign in to comment.