Fix create dropdown hotkey

This commit is contained in:
Gregory Schier
2024-02-24 22:02:04 -08:00
parent 3d61bac030
commit 520ff0f68c
3 changed files with 6 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ permissions: write-all
jobs:
build-artifacts:
name: Build
strategy:
fail-fast: false
matrix:
@@ -37,7 +38,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('src-tauri/Cargo.lock') }}
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'npm'
- name: install dependencies (ubuntu only)
if: matrix.os == 'ubuntu-20.04'