From f608d881a12d926cd416f2a1b1f909b837d8f0e7 Mon Sep 17 00:00:00 2001 From: Doug B Date: Tue, 31 Oct 2023 10:50:38 -0400 Subject: [PATCH] Update node-versions --- .github/workflows/build.yml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01a791b..13bde8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: # the Node.js versions to build on - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b86c52..8bebaa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/). ## v3.0.3 -* Update node-version: [18.x, 20.x, 22.x], remove 16.x which is no longer supported by homebridge. +* Update node-version: [18.x, 20.x], remove 16.x which is no longer supported by homebridge. * Reformated `getStationObservation()` and `getStationCurrentObservation()` in `tempestApi.ts`. * Addresses `observation_data is undefined, skipping update` error in `platform.ts` polling loop.