From 18ef29d0fb7a6b4eb443aea4ab4fbca2213dc14b Mon Sep 17 00:00:00 2001 From: Revone Date: Wed, 27 Sep 2023 10:26:22 +0800 Subject: [PATCH] [test] ci evn --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b691bd..944b9c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [19.x] + node-version: [19.9.0] steps: - name: Checkout code uses: actions/checkout@v4