Skip to content

Bump nanoid from 3.3.6 to 3.3.8 (#88) #240

Bump nanoid from 3.3.6 to 3.3.8 (#88)

Bump nanoid from 3.3.6 to 3.3.8 (#88) #240

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build_app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'npm'
- run: npm install && npm run prettier-check && npm run build