Skip to content

Bump vite from 8.0.3 to 8.0.5 in the npm_and_yarn group across 1 directory #46

Bump vite from 8.0.3 to 8.0.5 in the npm_and_yarn group across 1 directory

Bump vite from 8.0.3 to 8.0.5 in the npm_and_yarn group across 1 directory #46

Workflow file for this run

name: Validate & Test
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
test:
name: Validate, Lint & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test
- name: Validate Homey App
run: npx --yes homey app validate --level publish