Skip to content

Update dependency @types/styled-components to v5.1.36 (#564) #528

Update dependency @types/styled-components to v5.1.36 (#564)

Update dependency @types/styled-components to v5.1.36 (#564) #528

Workflow file for this run

name: Build and validate
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: yarn
- run: yarn build
- run: yarn type-check