jobs:
build_latest_browserstack:
- name: Node latest with browserstack
+ name: Node 14 with browserstack
runs-on: ubuntu-latest
strategy:
matrix:
run: yarn test:javascript:browserstack
build_latest:
- name: Node latest
+ name: Node 14
runs-on: ubuntu-latest
strategy:
matrix:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
- node: [ '12', '10', '8' ]
+ node: [ '12', '10']
name: Node ${{ matrix.node }} (${{ matrix.platform }})
runs-on: ${{ matrix.platform }}
steps: