From 0c9130ab6caf72c292b24ce9dd7276b353fe9874 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Sun, 31 Aug 2025 12:20:20 +0800 Subject: [PATCH] Update node version in vitepress-deploy.yml --- .github/workflows/vitepress-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/vitepress-deploy.yml b/.github/workflows/vitepress-deploy.yml index 52aa8e25..9101f11c 100644 --- a/.github/workflows/vitepress-deploy.yml +++ b/.github/workflows/vitepress-deploy.yml @@ -21,7 +21,6 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18 cache: yarn - run: yarn install --frozen-lockfile