Skip to content

build(deps): bump express from 4.19.2 to 4.21.0 #35

build(deps): bump express from 4.19.2 to 4.21.0

build(deps): bump express from 4.19.2 to 4.21.0 #35

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