Skip to content

Commit 2608c78

Browse files
committed
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 <rzr@users.sf.net>
1 parent ddcb52b commit 2608c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-20.04, ubuntu-latest, macos-latest, windows-2019]
18-
node: [14, 16, 18]
18+
node: [16, 18]
1919

2020
steps:
2121
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)