Skip to content

Bump express from 4.17.3 to 4.19.2 in /examples/inquirerDevModeWithWebpack #61

Bump express from 4.17.3 to 4.19.2 in /examples/inquirerDevModeWithWebpack

Bump express from 4.17.3 to 4.19.2 in /examples/inquirerDevModeWithWebpack #61

Workflow file for this run

name: Verify
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.13.1'
cache: 'npm'
- run: npm install
- run: npm test
- run: npm run build