diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e5d9d3..1d89763 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['12', '13', '14'] + node: ['12', '13', '14', '15', '16', '17', '18'] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2