diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93ce9a3c..fc9a5b67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,14 @@ jobs: strategy: matrix: os: [ ubuntu-20.04 ] + node: [ 14, 16, 17, 18] steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node }} - run: yarn install