Skip to content

fix(deps): update dependency style-to-object to v1 #4739

fix(deps): update dependency style-to-object to v1

fix(deps): update dependency style-to-object to v1 #4739

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node: [ '18.12.1' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: yarn global add lerna
- run: yarn install
- run: yarn test