Skip to content

Commit c5a6489

Browse files
authored
Merge pull request #102 from metrics-js/renovate-update
chore: updating to common renovate config
2 parents 0d16ef3 + 0d070bc commit c5a6489

File tree

10 files changed

+7145
-7648
lines changed

10 files changed

+7145
-7648
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: 20
29+
node-version: 24
3030

3131
- run: npm ci
3232

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, macOS-latest, windows-latest]
12-
node-version: [18, 20]
11+
os: [ubuntu-latest]
12+
node-version: [22, 24]
1313
runs-on: ${{ matrix.os }}
1414

1515
steps:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Module for collecting different process and system metrics providing them as a m
1010
- [Getting started with MetricsJS](https://metrics-js.github.io/introduction/getting-started/).
1111
- [Reference documentaiton for `@metrics/process`](https://metrics-js.github.io/reference/process/).
1212

13+
## Running tests
14+
15+
Most of the tests in this module only works on Linux operating systems. If you are working on a different operating system, you have to run `npm run test:non-linux` in order for the tests to pass.
16+
1317
## Attribution
1418

1519
Most of the metric collectors in this module originate in the process collectors in [prom-client](https://github.com/siimon/prom-client). prom-client is licensed under a Apache License 2.0, which

0 commit comments

Comments
 (0)