Skip to content

Bump the npm_and_yarn group across 1 directory with 2 updates #12

Bump the npm_and_yarn group across 1 directory with 2 updates

Bump the npm_and_yarn group across 1 directory with 2 updates #12

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@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache-dependency-path: './site/package-lock.json'
- run: npm ci
- run: npm run build