From 9089fac76011768eb7d9613c5d55bf4952cfa2a7 Mon Sep 17 00:00:00 2001 From: Sam Wray Date: Tue, 20 Aug 2024 11:26:28 +0100 Subject: [PATCH] ci: update release to use node 20 (#187) * 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) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e78cec..c43238f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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