Skip to content

Merge pull request #77 from ludovicm67/dependabot/npm_and_yarn/vite-5… #136

Merge pull request #77 from ludovicm67/dependabot/npm_and_yarn/vite-5…

Merge pull request #77 from ludovicm67/dependabot/npm_and_yarn/vite-5… #136

Workflow file for this run

name: Test
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Build the project
run: npm run build