We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 089844c + 69659cb commit 5b055aeCopy full SHA for 5b055ae
1 file changed
.github/workflows/node.js.yml
@@ -18,12 +18,11 @@ jobs:
18
19
strategy:
20
matrix:
21
- node-version: [20.x, 22.x, 24.x, 25.x]
+ node-version: [22.x, 24.x, 26.x]
22
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
23
- # 20: Maintenance LTS
24
- # 22: Maintenance LTS
25
- # 24: Active LTS
26
- # 25: Current
+ # 22: Maintenance
+ # 24: Active
+ # 26: Current
27
28
steps:
29
- uses: actions/checkout@v4
0 commit comments