Skip to content

Commit 4f8ea32

Browse files
jsumnersmcollina
andauthored
Issue v9 release (#1947)
* Issue v9 release * Bumped v8.21.0 Signed-off-by: Matteo Collina <hello@matteocollina.com> * fixup Signed-off-by: Matteo Collina <hello@matteocollina.com> --------- Signed-off-by: Matteo Collina <hello@matteocollina.com> Co-authored-by: Matteo Collina <hello@matteocollina.com>
1 parent b5fa32c commit 4f8ea32

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
os: [macOS-latest, windows-latest, ubuntu-latest]
45-
node-version: [14, 16, 18, 19, 20, 21]
46-
exclude:
47-
- os: windows-latest
48-
node-version: 14
45+
node-version: [18, 20, 21]
46+
4947
steps:
5048
- name: Check out repo
5149
uses: actions/checkout@v4

.github/workflows/package-manager-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [windows-latest, ubuntu-latest]
17-
node-version: [16]
17+
node-version: [20]
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
os: [windows-latest, ubuntu-latest]
42-
node-version: [16]
42+
node-version: [20]
4343
steps:
4444
- uses: actions/checkout@v4
4545
with:
@@ -68,7 +68,7 @@ jobs:
6868
fail-fast: false
6969
matrix:
7070
os: [windows-latest, ubuntu-latest]
71-
node-version: [16]
71+
node-version: [20]
7272
steps:
7373
- uses: actions/checkout@v4
7474
with:

docs/lts.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ A "month" is defined as 30 consecutive days.
4343

4444
| Version | Release Date | End Of LTS Date | Node.js |
4545
| :------ | :----------- | :-------------- | :------------------- |
46+
| 9.x | TBD. | TBD | 18, 20 |
4647
| 8.x | 2022-06-01 | TBD | 14, 16, 18 |
4748
| 7.x | 2021-10-14 | 2023-06-01 | 12, 14, 16 |
4849
| 6.x | 2020-03-07 | 2022-04-14 | 10, 12, 14, 16 |
@@ -58,6 +59,6 @@ the YAML workflow labels below:
5859

5960
| OS | YAML Workflow Label | Node.js |
6061
|---------|------------------------|--------------|
61-
| Linux | `ubuntu-latest` | 14,16,18 |
62-
| Windows | `windows-latest` | 14,16,18 |
63-
| MacOS | `macos-latest` | 14,16,18 |
62+
| Linux | `ubuntu-latest` | 18, 20, 21 |
63+
| Windows | `windows-latest` | 18, 20, 21 |
64+
| MacOS | `macos-latest` | 18, 20, 21 |

lib/meta.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
'use strict'
22

3-
module.exports = { version: '8.21.0' }
3+
module.exports = { version: '9.0.0' }

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pino",
3-
"version": "8.21.0",
3+
"version": "9.0.0",
44
"description": "super fast, all natural json logger",
55
"main": "pino.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)