Skip to content

Update Node.js to v24.18.0 (#66) #156

Update Node.js to v24.18.0 (#66)

Update Node.js to v24.18.0 (#66) #156

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 1
persist-credentials: false
- name: Install Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version-file: .tool-versions
cache: npm
cache-dependency-path: package-lock.json
- name: Download dependencies
run: npm ci
- name: Run Vite
run: npm run build