diff --git a/.github/workflows/node-compatibility.yml b/.github/workflows/node-compatibility.yml index 57af6d3..def22ce 100644 --- a/.github/workflows/node-compatibility.yml +++ b/.github/workflows/node-compatibility.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x] + node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x, 25.x] steps: - name: Checkout