Skip to content

Bump browserslist from 4.21.7 to 4.21.9 #667

Bump browserslist from 4.21.7 to 4.21.9

Bump browserslist from 4.21.7 to 4.21.9 #667

Workflow file for this run

name: test
on:
push:
concurrency:
group: test-branch-node-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm ci --ignore-scripts
- run: npm run test