Skip to content

Gatsby 5.16.1, node 24, deps updates and cleanups #3637

Gatsby 5.16.1, node 24, deps updates and cleanups

Gatsby 5.16.1, node 24, deps updates and cleanups #3637

Workflow file for this run

name: Content and unit tests
on:
push:
branches: ['main']
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Use Node.js from .nvmrc
uses: actions/setup-node@v7
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- run: npm test