Skip to content

chore(deps): bump path-to-regexp and express in /documentation #1099

chore(deps): bump path-to-regexp and express in /documentation

chore(deps): bump path-to-regexp and express in /documentation #1099

Workflow file for this run

name: Can build
on:
push:
pull_request:
jobs:
canBuild:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/[email protected]
with:
node-version: "lts/*"
- name: Install 💻
run: |
npm install
- name: Build 🤖
run: |
npm run build