Skip to content

build(deps): bump send and express #32

build(deps): bump send and express

build(deps): bump send and express #32

Workflow file for this run

name: Build site
on:
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
environment: github-pages
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Installing dependencies
run: npm install
- name: Build the website
run: npm run build