From 25ceadbdf5049b9147827b1e6463a527afe3d6ba Mon Sep 17 00:00:00 2001 From: lajiuxiaoxin <86972225+liuxin03014@users.noreply.github.com> Date: Sat, 3 May 2025 18:12:47 +0800 Subject: [PATCH] Update ci-test.yml --- .github/workflows/ci-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index a801aeebc..04503a215 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -9,12 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20' - name: Install dependencies run: npm install - name: Run tests - run: npm run ci-test \ No newline at end of file + run: npm run ci-test