Skip to content

Bump nanoid from 3.3.7 to 3.3.8 in /site in the npm_and_yarn group #81

Bump nanoid from 3.3.7 to 3.3.8 in /site in the npm_and_yarn group

Bump nanoid from 3.3.7 to 3.3.8 in /site in the npm_and_yarn group #81

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
defaults:
run:
working-directory: ./site
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: './site/package-lock.json'
- run: npm ci
- run: npm run test
- run: npm run build