From 91059843ae9122bd547ddfdfa5a30edd99a42ff7 Mon Sep 17 00:00:00 2001
From: reagenzn <aiooksa929@gmail.com>
Date: Fri, 01 Aug 2025 15:57:32 +0000
Subject: [PATCH] fix(search): prevent Enter key handling during IME composition (#2070)
---
.github/workflows/ci.yaml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 8c3b526..c584fde 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -26,7 +26,7 @@
- name: Setup Node
uses: actions/setup-node@v4
with:
- node-version: 18
+ node-version: 22
- name: Cache dependencies
uses: actions/cache@v4
@@ -45,7 +45,7 @@
run: npm test
- name: Ensure Quartz builds, check bundle info
- run: npx quartz build --bundleInfo
+ run: npx quartz build --bundleInfo -d docs
publish-tag:
if: ${{ github.repository == 'jackyzha0/quartz' && github.ref == 'refs/heads/v4' }}
@@ -59,7 +59,7 @@
- name: Setup Node
uses: actions/setup-node@v4
with:
- node-version: 18
+ node-version: 22
- name: Get package version
run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
- name: Create release tag
--
Gitblit v1.10.0