Skip to content

build(deps): bump express from 4.18.2 to 4.19.2 #23

build(deps): bump express from 4.18.2 to 4.19.2

build(deps): bump express from 4.18.2 to 4.19.2 #23

Workflow file for this run

name: Test deployment
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'
cache: yarn
- name: yarn install
run: yarn install --frozen-lockfile
- name: yarn build
run: yarn workspace website build