Skip to content

Bump elliptic from 6.5.7 to 6.6.1 in /vuepress #1793

Bump elliptic from 6.5.7 to 6.6.1 in /vuepress

Bump elliptic from 6.5.7 to 6.6.1 in /vuepress #1793

name: Entando Docs
on: [push]
env:
DOCS_DIR: vuepress
jobs:
run-check-md:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
cache-dependency-path: vuepress/yarn.lock
- run: |
cd $GITHUB_WORKSPACE/$DOCS_DIR
yarn install
yarn docs:check-md