From 15dd0dd9a012b141eb88c43d0ae3914b46387064 Mon Sep 17 00:00:00 2001 From: YuShifan <894402575bt@gmail.com> Date: Fri, 7 Jun 2024 14:43:03 +0800 Subject: [PATCH] chore(cli_ci): upgrade the node version to 18 --- .github/workflows/build_cli.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_cli.yaml b/.github/workflows/build_cli.yaml index df6a8c228..c8c2bf3f5 100644 --- a/.github/workflows/build_cli.yaml +++ b/.github/workflows/build_cli.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version-file: '.nvmrc' + node-version: '18.17' - name: build run: | @@ -84,7 +84,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version-file: '.nvmrc' + node-version: '18.17' registry-url: 'https://registry.npmjs.org' - name: build run: |