Skip to content

Commit

Permalink
ci: update release to use node 20 (#187)
Browse files Browse the repository at this point in the history
* fix(style): style the midi dropdowns (#164)

* fix(waveform-editor): redraw waveform on incoming CC change (#166)

* docs(readme): adds video and written documentation (#168)

* docs: add info on iOS/iPadOS (#169)

* Update README.md (#172)

* Update README.md (#173)

* docs: add MIDI input documentation (#180)

* Update README.md (#181)

* Update README.md (#182)

* feat: Vue 3 update (#183)

Huge improvements on how you can route and handle MIDI through genMDM Editor.
And, some new features to control portamento and fine tune when using Mega Drive MIDI Interface.

Automatic reconnection of MIDI devices.
UI updates galore.
Fixed the dials not actually allowing selection of all values.
Fixed values on "rate scale".

* ci: update release to use node 20 (#186)
  • Loading branch information
2xAA authored Aug 20, 2024
1 parent 0a2ce73 commit 9089fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 9089fac

Please sign in to comment.