Skip to content

Bump vuepress-plugin-search-pro from 2.0.0-beta.237 to 2.0.0-beta.245 #237

Bump vuepress-plugin-search-pro from 2.0.0-beta.237 to 2.0.0-beta.245

Bump vuepress-plugin-search-pro from 2.0.0-beta.237 to 2.0.0-beta.245 #237

Workflow file for this run

name: lint test CI
on: push
jobs:
build-test:
name: Lint Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node 20
uses: actions/setup-node@v4
with:
node-version: '20'
- name: npm-install
run: npm install
- name: npm-test
run: npm test