Skip to content

Bump typescript from 5.9.3 to 6.0.2 #41

Bump typescript from 5.9.3 to 6.0.2

Bump typescript from 5.9.3 to 6.0.2 #41

Workflow file for this run

name: Validate & Test
on:
push:
branches: [main]
pull_request:
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