From e77a051144663ea08571e0bfb7aef6f463463f78 Mon Sep 17 00:00:00 2001
From: siaikin <abc1310054026@outlook.com>
Date: Tue, 09 Sep 2025 03:06:28 +0000
Subject: [PATCH] feat(analytics): add support for Vercel Web Analytics provider (#2119)

---
 .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