Skip to content

Bump express from 4.18.2 to 4.22.1 #15

Bump express from 4.18.2 to 4.22.1

Bump express from 4.18.2 to 4.22.1 #15

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Package and Manifest Version Check
run: npm run versionsync
- name: Build
run: npm run build
- name: Bundle
run: npm run bundle