diff --git a/.github/workflows/node-compatibility.yml b/.github/workflows/node-compatibility.yml index 7796e1a..afcd3c7 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: [16.6.0, 16.x, 17.0.0, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x] + node-version: [16.6.0, 16.x, 17.0.0, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x] steps: - name: Checkout