From 1cbc573fc60d93e714b68ed58e85f7f053df293d Mon Sep 17 00:00:00 2001 From: unvalley Date: Sat, 3 Feb 2024 00:16:33 +0900 Subject: [PATCH] ci: update node-version to 20 --- .github/workflows/pull_request.yml | 2 +- .github/workflows/release_cli.yml | 8 ++++---- .github/workflows/release_js_api.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b2c7a5565f05..afd053358a8d 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -116,7 +116,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Cache pnpm modules uses: actions/cache@v3 with: diff --git a/.github/workflows/release_cli.yml b/.github/workflows/release_cli.yml index f3f8eb085d26..9468fee50e28 100644 --- a/.github/workflows/release_cli.yml +++ b/.github/workflows/release_cli.yml @@ -93,7 +93,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install Rust toolchain run: rustup target add ${{ matrix.target }} @@ -103,7 +103,7 @@ jobs: run: | sudo apt-get update sudo apt-get install -y gcc-aarch64-linux-gnu - + - name: Install musl toolchain if: matrix.code-target == 'linux-x64-musl' || matrix.code-target == 'linux-arm64-musl' run: | @@ -199,7 +199,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: 'https://registry.npmjs.org' - name: Set release infos @@ -235,4 +235,4 @@ jobs: files: | biome-* fail_on_unmatched_files: true - generate_release_notes: true \ No newline at end of file + generate_release_notes: true diff --git a/.github/workflows/release_js_api.yml b/.github/workflows/release_js_api.yml index 9c3cc88ddf73..6221b6320853 100644 --- a/.github/workflows/release_js_api.yml +++ b/.github/workflows/release_js_api.yml @@ -63,7 +63,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install wasm-pack uses: jetli/wasm-pack-action@v0.4.0 @@ -134,7 +134,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: 'https://registry.npmjs.org' - name: Set release infos