Skip to content

build(deps): bump nanoid from 3.3.1 to 3.3.8 #1193

build(deps): bump nanoid from 3.3.1 to 3.3.8

build(deps): bump nanoid from 3.3.1 to 3.3.8 #1193

Workflow file for this run

name: NodeJS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
yarn --frozen-lockfile
yarn build