Skip to content

chore(deps): bump nanoid from 3.3.7 to 3.3.8 #101

chore(deps): bump nanoid from 3.3.7 to 3.3.8

chore(deps): bump nanoid from 3.3.7 to 3.3.8 #101

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [ 'master' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- name: Install deps (with cache)
uses: bahmutov/npm-install@v1
with:
install-command: yarn --frozen-lockfile --no-progress --ignore-scripts
- name: Build
run: yarn build