Skip to content

Commit

Permalink
update release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 committed Jun 28, 2024
1 parent 93a32d6 commit 91590cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
with:
submodules: "recursive"

- name: Setup Node.js 14
uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "14"
node-version: 18

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit 91590cc

Please sign in to comment.