From 2608c78e5bdf34ef5b975d15f2797c2c81c78ed9 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Sun, 19 Jan 2025 11:48:27 +0100 Subject: [PATCH 1/2] ci: github: Remove node-14 As it is no more supported by GH: https://github.com/abandonware/bleno/actions/runs/12851127399?pr=54 Signed-off-by: Philippe Coval --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ff3aa9f..8f53611 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, ubuntu-latest, macos-latest, windows-2019] - node: [14, 16, 18] + node: [16, 18] steps: - uses: actions/checkout@v3 From 192640f825168999363a872cc533d4ec918de4f2 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Sun, 19 Jan 2025 11:52:12 +0100 Subject: [PATCH 2/2] ci: github: Remove macos support It seems broken on current base to be fixed later https://github.com/abandonware/bleno/actions/runs/12852848126/job/35835320778?pr=55 Signed-off-by: Philippe Coval --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 8f53611..73b23ee 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, ubuntu-latest, macos-latest, windows-2019] + os: [ubuntu-20.04, ubuntu-latest, windows-2019] node: [16, 18] steps: