Skip to content

Bump path-to-regexp and express in /src/Nacara #90

Bump path-to-regexp and express in /src/Nacara

Bump path-to-regexp and express in /src/Nacara #90

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install and use custom npm version
run: npm i -g npm@7
- name: Setup workspace
run: make setup-dev
- name: Build site
run: make generate-docs