Skip to content

Bump cookie, cookie-parser and express in /node-fib-app #77

Bump cookie, cookie-parser and express in /node-fib-app

Bump cookie, cookie-parser and express in /node-fib-app #77

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