Merge branch 'master' of github.com:lstrojny/homebridge-prometheus-exporter

This commit is contained in:
Lars Strojny 2022-11-08 01:21:23 +01:00
commit fbb67783e9

View file

@ -9,13 +9,13 @@ jobs:
strategy: strategy:
matrix: matrix:
# the Node.js versions to build on # the Node.js versions to build on
node-version: [12.x, 13.x, 14.x, 15.x, 16.x] node-version: [13.x, 14.x, 15.x, 16.x, 17.x, 18.x]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2 uses: actions/setup-node@v3
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}