Skip to content

Bump nanoid from 3.3.7 to 3.3.8 #38

Bump nanoid from 3.3.7 to 3.3.8

Bump nanoid from 3.3.7 to 3.3.8 #38

Workflow file for this run

name: Build
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: npm
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Build
run: npm run build