Skip to content

Merge pull request #286 from pierreaubert/pre-commit-ci-update-config #39

Merge pull request #286 from pierreaubert/pre-commit-ci-update-config

Merge pull request #286 from pierreaubert/pre-commit-ci-update-config #39

Workflow file for this run

name: Spinorama Javascript
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
- run: npm ci
- run: npm test