Skip to content

build(deps): bump webpack from 5.93.0 to 5.94.0 #126

build(deps): bump webpack from 5.93.0 to 5.94.0

build(deps): bump webpack from 5.93.0 to 5.94.0 #126

Workflow file for this run

name: "Test"
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
test-docs:
name: test-docs
runs-on: ubuntu-latest
steps:
- name: "Checkout GitHub Action"
uses: actions/checkout@main
- name: "Setup node"
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies and build website
run: |
npm install
npm run build