Skip to content

Bump styled-components from 6.0.8 to 6.1.1 in /packages/styled-components #169

Bump styled-components from 6.0.8 to 6.1.1 in /packages/styled-components

Bump styled-components from 6.0.8 to 6.1.1 in /packages/styled-components #169

Workflow file for this run

name: Build all templates
on:
pull_request:
branches: [main]
jobs:
build-templates:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build all packages
run: npm run build