From 64a4808e5e8c791373bf27deb829079bf6bf6851 Mon Sep 17 00:00:00 2001 From: Jikun Date: Tue, 31 Oct 2023 18:42:26 +0800 Subject: [PATCH] ci: change node-version from '>=18.x' to 18.x --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a53018a9..1135d088 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [macos-latest] - node-version: [14.x, 15.x, 16.x, 17.x, '>= 18.x'] + node-version: [14.x, 15.x, 16.x, 17.x, 18.x] name: "test: use node ${{ matrix.node-version }}" steps: @@ -59,7 +59,7 @@ jobs: strategy: matrix: os: [macos-latest] - node-version: [14.x, 15.x, 16.x, 17.x, '>= 18.x'] + node-version: [14.x, 15.x, 16.x, 17.x, 18.x] name: "deploy: use node ${{ matrix.node-version }}" steps: @@ -92,7 +92,7 @@ jobs: strategy: matrix: os: [windows-latest] - node-version: [14.x, 15.x, 16.x, 17.x, '>= 18.x'] + node-version: [14.x, 15.x, 16.x, 17.x, 18.x] name: "test: use node ${{ matrix.node-version }}" steps: @@ -123,7 +123,7 @@ jobs: strategy: matrix: os: [windows-latest] - node-version: [14.x, 15.x, 16.x, 17.x, '>= 18.x'] + node-version: [14.x, 15.x, 16.x, 17.x, 18.x] name: "deploy: use node ${{ matrix.node-version }}" steps: @@ -156,7 +156,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - node-version: [14.x, 15.x, 16.x, 17.x, '>= 18.x'] + node-version: [14.x, 15.x, 16.x, 17.x, 18.x] name: "test: use node ${{ matrix.node-version }}" steps: @@ -187,7 +187,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - node-version: [14.x, 15.x, 16.x, 17.x, '>= 18.x'] + node-version: [14.x, 15.x, 16.x, 17.x, 18.x] name: "deploy: use node ${{ matrix.node-version }}" steps: