Skip to content

Update gree-hvac-client to allow autodetece of encryption mode (#171) #318

Update gree-hvac-client to allow autodetece of encryption mode (#171)

Update gree-hvac-client to allow autodetece of encryption mode (#171) #318

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