Skip to content

Bump express from 4.18.2 to 4.19.2 in /node-fib-app #69

Bump express from 4.18.2 to 4.19.2 in /node-fib-app

Bump express from 4.18.2 to 4.19.2 in /node-fib-app #69

Workflow file for this run

name: check-index-up-to-date
on: [push]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- run: npm ci
- run: npm run validate-index
- run: npm run validate-format