Skip to content

Bump actions/checkout from 4 to 5 #155

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #155

name: JS - TypeCheck
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '24'
- name: Install Node dependencies
run: npm ci
- name: Build Vue type-check (Typescript)
run: npm run type-check