Skip to content

fix(deps): update dependency styled-jsx to v5.1.6 #1990

fix(deps): update dependency styled-jsx to v5.1.6

fix(deps): update dependency styled-jsx to v5.1.6 #1990

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: '16.13.0'
- name: Install
run: npm install
- name: Build
run: npm run build