Skip to content

Upgrade browserslist to v4.21.5 to support latest Node.js versions #563

Upgrade browserslist to v4.21.5 to support latest Node.js versions

Upgrade browserslist to v4.21.5 to support latest Node.js versions #563

Workflow file for this run

name: CI
on:
pull_request: ~
push:
branches: [main, changeset-release/*]
jobs:
test:
name: 'Test (${{ matrix.node-version }})'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: ['14.x', '16.x', '18.x']
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
name: Checkout
- uses: actions/setup-node@v3
name: Use Node.js ${{ matrix.node-version }}
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn run lint
- run: yarn run test --coverage