Skip to content

⬆️ Bump nanoid from 3.3.6 to 3.3.8 #62

⬆️ Bump nanoid from 3.3.6 to 3.3.8

⬆️ Bump nanoid from 3.3.6 to 3.3.8 #62

Workflow file for this run

name: Build Site
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install Dependencies
run: npm install
- name: Build Site
run: npm run build