diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0d35f7..b83c77c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: strategy: matrix: node-version: - - 14 - 16 - 18 + - 20 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v3