Update Node.js versions in GitHub Actions workflow to support 20,22,24 and 26 (#40)

This commit is contained in:
tequ
2026-05-24 11:07:44 +09:00
committed by GitHub
parent fd43b82827
commit 1de9e4e35b
4 changed files with 4546 additions and 3253 deletions

View File

@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
node-version: [18.x]
node-version: [20.x, 22.x, 24.x, 26.x]
steps:
- uses: actions/checkout@v3
@@ -60,7 +60,7 @@ jobs:
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x, 24.x, 26.x]
steps:
- uses: actions/checkout@v3
@@ -101,7 +101,7 @@ jobs:
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x, 24.x, 26.x]
steps:
- uses: actions/checkout@v3
@@ -153,7 +153,7 @@ jobs:
strategy:
matrix:
node-version: [18.x]
node-version: [20.x, 22.x, 24.x, 26.x]
steps:
- uses: actions/checkout@v3