Skip to content

chore(deps-dev): bump vite from 5.3.4 to 5.4.6 in /docs #596

chore(deps-dev): bump vite from 5.3.4 to 5.4.6 in /docs

chore(deps-dev): bump vite from 5.3.4 to 5.4.6 in /docs #596

Workflow file for this run

# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on: [push]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
test:
strategy:
matrix:
node-version: [18, 20, 22]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm --version
- run: npm ci --ignore-scripts
- run: ./test.sh