Skip to content

Bump @vuepress/bundler-webpack from 2.0.0-rc.2 to 2.0.0-rc.7 #19

Bump @vuepress/bundler-webpack from 2.0.0-rc.2 to 2.0.0-rc.7

Bump @vuepress/bundler-webpack from 2.0.0-rc.2 to 2.0.0-rc.7 #19

Workflow file for this run

name: Cypress Tests
on: [push, pull_request]
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run docs:build
start: npm run ci