Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Bump path-to-regexp and express #73

Bump path-to-regexp and express

Bump path-to-regexp and express #73

Workflow file for this run

name: NodeJS with Webpack
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
npm run build:client