diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38acce9..5c96dfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [20.x, 19.x, 18.x, 16.x, 14.x] + node: [21.x, 20.x, 19.x, 18.x, 16.x, 14.x] include: - os: windows-latest node: "18.x"