Skip to content

Bump path-to-regexp and express #1

Bump path-to-regexp and express

Bump path-to-regexp and express #1

Workflow file for this run

name: Preview PR
on:
pull_request:
branches:
- master
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- uses: bahmutov/npm-install@v1
- run: sudo apt-get install wget
- name: Build website
run: npm run build
- name: Archive local website
run: scripts/archive.sh 3000 "archived-site"
- name: Upload archive as artifact
uses: actions/upload-artifact@v3
with:
name: website-archive
path: archived-site