Skip to content

Bump @vuepress/plugin-register-components #160

Bump @vuepress/plugin-register-components

Bump @vuepress/plugin-register-components #160

Workflow file for this run

name: VuePress Build Test
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: actions/cache@v1
with:
path: node_modules
key: npm-cache
restore-keys: npm-cache
- run: npm install
- run: npm run build