Merge branch 'master' of github.com:lstrojny/homebridge-prometheus-exporter
This commit is contained in:
commit
fbb67783e9
1 changed files with 4 additions and 4 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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 }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue