Skip to content

chore(deps-dev): bump vite from 5.4.10 to 6.0.2 #392

chore(deps-dev): bump vite from 5.4.10 to 6.0.2

chore(deps-dev): bump vite from 5.4.10 to 6.0.2 #392

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
Mocha:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm test
Build-Image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- run: docker build -f Dockerfile -t shacl-playground .