From fd2f8ab7742c981ef7bf49d60bbda6ea29617a53 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Thu, 25 Apr 2024 12:45:06 +0200 Subject: [PATCH] ci(1.x): Remove nodejs14 test in cli.js publishing workflow (#9569) --- .github/workflows/publish-cli-js.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-cli-js.yml b/.github/workflows/publish-cli-js.yml index ae5f860f6..e71c2736c 100644 --- a/.github/workflows/publish-cli-js.yml +++ b/.github/workflows/publish-cli-js.yml @@ -202,9 +202,9 @@ jobs: - host: windows-latest target: x86_64-pc-windows-msvc node: - - '14' - '16' - '18' + - '20' runs-on: ${{ matrix.settings.host }} steps: - uses: actions/checkout@v3 @@ -235,9 +235,9 @@ jobs: fail-fast: false matrix: node: - - '14' - '16' - '18' + - '20' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -272,9 +272,9 @@ jobs: fail-fast: false matrix: node: - - '14' - '16' - '18' + - '20' runs-on: ubuntu-latest container: image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine @@ -315,9 +315,9 @@ jobs: fail-fast: false matrix: node: - - '14' - '16' - '18' + - '20' image: - ghcr.io/napi-rs/napi-rs/nodejs:aarch64-16 - ghcr.io/napi-rs/napi-rs/nodejs:armhf-16