Skip to content

Bump homey from 3.7.7 to 3.7.11 #326

Bump homey from 3.7.7 to 3.7.11

Bump homey from 3.7.7 to 3.7.11 #326

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm ci
run: |
npm ci
- name: npm test
run: |
npm test
env:
CI: true