Skip to content

Commit

Permalink
End support for post-LTS Node.js versions 14 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalaytekin committed Oct 6, 2023
1 parent e84b8bb commit 84c7ec9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18, 20]
node-version: [18, 20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down
3 changes: 1 addition & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ This package's API and/or supported set of environments changes between major ve

## Migrating to 4 from 3

1. Upgrade to Node.js 14 or above.
1. Upgrade npm to version 8 or above, or to a version of your preferred package manager that is interchangeable with such a version of npm.
1. Upgrade to Node.js 18 or above.

## Migrating to 3 from 2

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a Node.js client library for [Pa11y Webservice][pa11y-webservice].

[![NPM version][shield-npm]][info-npm]
[![Latest version published to npm][shield-npm]][info-npm]
[![Node.js version support][shield-node]][info-node]
[![Build status][shield-build]][info-build]
[![LGPL-3.0 licensed][shield-license]][info-license]
Expand Down Expand Up @@ -159,7 +159,7 @@ The following table lists the major versions available and, for each previous ma

| Major version | Last release | Node.js required | End of support |
| :------------ | :----------- | :--------------- | :--------------------------------------- |
| 4 | 4.0.0 | 14+ | :white_check_mark: Current major version |
| 4 | 4.0.0 | 18+ | :white_check_mark: Current major version |
| 3 | 3.0.0 | 12+ | 2023-11-01 |
| 2 | 2.0.0 | 8+ | 2022-05-26 |
| 1 | 1.2.1 | 0.10+ | 2020-01-05 |
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pa11y-webservice-client-node",
"version": "3.0.0",
"engines": {
"node": ">=14",
"node": ">=18",
"npm": ">=8"
},
"description": "pa11y-webservice-client-node is a Node.js client library for pa11y-webservice",
Expand Down

0 comments on commit 84c7ec9

Please sign in to comment.