From 6d5a396ae92c03f1a89eaa13d5226381bced6ec6 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Thu, 25 Apr 2024 12:45:15 +0200 Subject: [PATCH] ci: Remove nodejs14 test in cli.js publishing workflow (#9568) --- .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 16c25f949..8a98315cd 100644 --- a/.github/workflows/publish-cli-js.yml +++ b/.github/workflows/publish-cli-js.yml @@ -199,9 +199,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@v4 @@ -232,9 +232,9 @@ jobs: fail-fast: false matrix: node: - - '14' - '16' - '18' + - '20' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -269,9 +269,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 @@ -312,9 +312,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