diff --git a/.github/workflows/tests-functional.yml b/.github/workflows/tests-functional.yml index 0295f236..e65e0abe 100644 --- a/.github/workflows/tests-functional.yml +++ b/.github/workflows/tests-functional.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - node-version: [14.x, 16.x, 17.x] + node-version: [16.x, 18.x, 19.x] steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/tests-latest.yml b/.github/workflows/tests-latest.yml index b4110fa2..200bff20 100644 --- a/.github/workflows/tests-latest.yml +++ b/.github/workflows/tests-latest.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - node-version: [14.x, 16.x, 17.x] + node-version: [16.x, 18.x 19.x] steps: - uses: actions/checkout@v2 with: diff --git a/README.md b/README.md index ea5d8a48..d926cc91 100644 --- a/README.md +++ b/README.md @@ -345,9 +345,10 @@ The term *support* refers to *runs on the given platform* and is subject to the | NodeJS | glossarify-md | Current Test Matrix | | ------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| Current | v6+ | Tested. Should node.js introduce breaking changes which affect [glossarify-md], then we may choose to step back from supporting *Current* until it becomes the next LTS. | -| 16 LTS | v5, v6+ | Tested + Supported | -| 14 LTS | v4, v5, v6+ | Tested + Supported | +| Current | v7 | Tested. Should node.js introduce breaking changes which affect [glossarify-md], then we may choose to step back from supporting *Current* until it becomes the next LTS. | +| 18 LTS | v6, v7 | Tested + Supported +| 16 LTS | v5, v6, v7 | Tested + Supported | +| 14 LTS | v4, v5, v6 | | | 12 LTS | v3, v4, v5 | | | 10 LTS | v2, v3, v4 | | diff --git a/doc/import.md b/doc/import.md index 2d226833..258a8311 100644 --- a/doc/import.md +++ b/doc/import.md @@ -17,7 +17,7 @@ aliases: Import, importing, imports ### [From CSV](#from-csv) -**Since v6.4.0** +**Since v7.0.0** CSV is a textual serialization for tabular data and supported by most spreadsheed programmes. Columns in CSV are separated by a `delimiter`. diff --git a/md/README.md b/md/README.md index 5b73bcc7..9f3c4af1 100644 --- a/md/README.md +++ b/md/README.md @@ -306,9 +306,10 @@ The term *support* refers to *runs on the given platform* and is subject to the | NodeJS | glossarify-md | Current Test Matrix | | ------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| Current | v6+ | Tested. Should node.js introduce breaking changes which affect [glossarify-md], then we may choose to step back from supporting *Current* until it becomes the next LTS. | -| 16 LTS | v5, v6+ | Tested + Supported | -| 14 LTS | v4, v5, v6+ | Tested + Supported | +| Current | v7 | Tested. Should node.js introduce breaking changes which affect [glossarify-md], then we may choose to step back from supporting *Current* until it becomes the next LTS. | +| 18 LTS | v6, v7 | Tested + Supported +| 16 LTS | v5, v6, v7 | Tested + Supported | +| 14 LTS | v4, v5, v6 | | | 12 LTS | v3, v4, v5 | | | 10 LTS | v2, v3, v4 | | diff --git a/md/doc/import.md b/md/doc/import.md index 9124b8c7..5c121b8e 100644 --- a/md/doc/import.md +++ b/md/doc/import.md @@ -13,7 +13,7 @@ aliases: Import, importing, imports ### From CSV -**Since v6.4.0** +**Since v7.0.0** CSV is a textual serialization for tabular data and supported by most spreadsheed programmes. Columns in CSV are separated by a `delimiter`.