diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6b55bda8a..8ea838dbd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -18,12 +18,11 @@ jobs: strategy: matrix: - node-version: [20.x, 22.x, 24.x, 25.x] + node-version: [22.x, 24.x, 26.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - # 20: Maintenance LTS - # 22: Maintenance LTS - # 24: Active LTS - # 25: Current + # 22: Maintenance + # 24: Active + # 26: Current steps: - uses: actions/checkout@v4