diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f72db3..9fac934 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['14', '16', '18'] + node: ['18', '20'] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2