We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb1d10 commit 9b0e8ecCopy full SHA for 9b0e8ec
.github/workflows/netlicensing-js-ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
fail-fast: false # Prevents all versions from cancelling if just one fails
25
matrix:
26
- node-version: [18.x, 20.x, 22.x, 24.x, 26.x]
+ node-version: [18.x, 20.x, 22.x, 24.x]
27
28
steps:
29
- name: Checkout repository
0 commit comments