From fe43ca6b00cf11f92e7b18d2d22d9701e8743863 Mon Sep 17 00:00:00 2001 From: Dunqing Date: Mon, 1 Jul 2024 20:35:38 +0800 Subject: [PATCH] chore: update node version to 18.x in lint.yml --- .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 4db3f3a..0087ba0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Set node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: pnpm - name: Setup