Skip to content

Commit

Permalink
readme update; added node.js 20; removed non LTS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamkou committed Jan 12, 2024
1 parent 8105001 commit 34d6c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:

strategy:
matrix:
node-version: ['lts/*', '0.12', '4', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19']
# version 5 is glitching
node-version: ['lts/*', '0.12', '4', '6', '8', '10', '12', '14', '16', '18', '20']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ node-gelf - Graylog2 client library for Node.js. Pro - because of code-quality (
}
```

`npm install gelf-pro` (**ALL** node.js versions are supported [0.x to 19.x] :)
`npm install gelf-pro` (**ALL** node.js versions are supported [0.x to 20.x] :)

Library depends on: `lodash#~4.17`

Expand Down

0 comments on commit 34d6c91

Please sign in to comment.