Skip to content

Commit 9b0e8ec

Browse files
committed
Revisit pipelines
1 parent 8cb1d10 commit 9b0e8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/netlicensing-js-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false # Prevents all versions from cancelling if just one fails
2525
matrix:
26-
node-version: [18.x, 20.x, 22.x, 24.x, 26.x]
26+
node-version: [18.x, 20.x, 22.x, 24.x]
2727

2828
steps:
2929
- name: Checkout repository

0 commit comments

Comments
 (0)