Skip to content

Bump the gatsby group in /site with 3 updates #139

Bump the gatsby group in /site with 3 updates

Bump the gatsby group in /site with 3 updates #139

Workflow file for this run

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