diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a228b4..42479b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [16, 18, 20] + node: [18, 20, 22] steps: - name: Checkout 🛎