From 0a57d032a76dc4d924f9e4927237830a42d2511c Mon Sep 17 00:00:00 2001
From: Lumen Yang <45258158+LumenYoung@users.noreply.github.com>
Date: Thu, 21 Aug 2025 16:37:59 +0000
Subject: [PATCH] feat(typst): invert the math equation for typst rendered equation in darkmode (#2095)

---
 .github/workflows/build-preview.yaml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-preview.yaml b/.github/workflows/build-preview.yaml
index 9a4455d..c8350cc 100644
--- a/.github/workflows/build-preview.yaml
+++ b/.github/workflows/build-preview.yaml
@@ -11,14 +11,14 @@
     runs-on: ubuntu-latest
     name: Build Preview
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
         with:
           fetch-depth: 0
 
       - name: Setup Node
         uses: actions/setup-node@v4
         with:
-          node-version: 20
+          node-version: 22
 
       - name: Cache dependencies
         uses: actions/cache@v4

--
Gitblit v1.10.0