Skip to content

Bump homey from 2.34.0 to 3.0.2 #190

Bump homey from 2.34.0 to 3.0.2

Bump homey from 2.34.0 to 3.0.2 #190

Workflow file for this run

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