Skip to content

Bump the vuepress group across 1 directory with 5 updates #412

Bump the vuepress group across 1 directory with 5 updates

Bump the vuepress group across 1 directory with 5 updates #412

Workflow file for this run

name: lint test CI
on: [push,pull_request_target]
jobs:
build-test:
name: Lint Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7
- name: Setup Node 20
uses: actions/setup-node@97ca147735c170fb35096b39ef17a0fc5d9270ac # v4.0.3
with:
node-version: '20'
- name: npm-install
run: npm install
- name: npm-test
run: npm test