Skip to content

build(deps): bump nanoid from 3.3.7 to 3.3.8 #197

build(deps): bump nanoid from 3.3.7 to 3.3.8

build(deps): bump nanoid from 3.3.7 to 3.3.8 #197

Workflow file for this run

name: Deploy PR previews
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
push:
branches-ignore:
- main
concurrency: preview-${{ github.ref }}
jobs:
publish-preview:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Enable Corepack
run: corepack enable
- name: Install and Build
run: |
yarn set version berry
yarn
yarn run build
yarn run build:styleguide
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./styleguide/styleguide