Skip to content

chore(deps-dev): bump @storybook/addon-essentials from 7.4.0 to 7.4.1 #3115

chore(deps-dev): bump @storybook/addon-essentials from 7.4.0 to 7.4.1

chore(deps-dev): bump @storybook/addon-essentials from 7.4.0 to 7.4.1 #3115

Workflow file for this run

name: Review
on:
pull_request:
branches:
- main
jobs:
review:
name: Review
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: yarn
- name: Install dependencies
run: yarn install --immutable
- name: Review
run: yarn review
env:
VITE_MAPBOX_TOKEN: ${{ secrets.VITE_MAPBOX_TOKEN }}