Skip to content

chore(deps): bump polished from 4.1.3 to 4.2.2 #567

chore(deps): bump polished from 4.1.3 to 4.2.2

chore(deps): bump polished from 4.1.3 to 4.2.2 #567

Workflow file for this run

name: Push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: Codecademy/run-on-yarn@v2
with:
command: ${{ matrix.command }}
strategy:
fail-fast: false
matrix:
command: ['format:verify', 'lint', 'verify']
on: push