Skip to content

build(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group #388

build(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group

build(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group #388

Workflow file for this run

name: Build
on:
push:
branches-ignore: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version-file: package.json
- run: yarn install --immutable
- run: yarn run build