Skip to content

chore: update analytics reports for november-december 2023 (#2877, #2878, #2887) #1362

chore: update analytics reports for november-december 2023 (#2877, #2878, #2887)

chore: update analytics reports for november-december 2023 (#2877, #2878, #2887) #1362

Workflow file for this run

name: Test build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14.16.0"
- run: |
npm ci
npx tsc --noEmit
source ./start.sh && npx gatsby build --verbose