Skip to content

Update funding-manifest-urls (#11) #42

Update funding-manifest-urls (#11)

Update funding-manifest-urls (#11) #42

Workflow file for this run

name: Check Deploy Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check-build:
name: Check Website build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
cache: npm
- name: Install Dependencies
run: npm ci --legacy-peer-deps
- name: Test Build Next.js Project
run: npm run build