Skip to content

chore(deps): bump @docusaurus/preset-classic in /testsite #1500

chore(deps): bump @docusaurus/preset-classic in /testsite

chore(deps): bump @docusaurus/preset-classic in /testsite #1500

Workflow file for this run

name: Can build
on:
push:
pull_request:
jobs:
canBuild:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/setup-node@v4.1.0
with:
node-version: "lts/*"
- name: Install 💻
run: |
npm install
- name: Build 🤖
run: |
npm run build