Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

[Snyk] Security upgrade express from 4.18.2 to 4.19.2 #58

[Snyk] Security upgrade express from 4.18.2 to 4.19.2

[Snyk] Security upgrade express from 4.18.2 to 4.19.2 #58

Workflow file for this run

name: ci
on:
push:
pull_request:
types: [opened, reopened]
jobs:
ci:
name: CI
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: npm
- run: npm ci
- run: npx lockfile-lint --type npm --path package-lock.json --validate-https --allowed-hosts npm
- run: npm run lint