Skip to content

fix(deps): update dependency marked to v13 #176

fix(deps): update dependency marked to v13

fix(deps): update dependency marked to v13 #176

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'yarn'
- run: yarn install --immutable
- run: yarn build
- run: yarn check
- run: yarn test