Skip to content

Commit

Permalink
chore: remove v16.x regular CI runs (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Jan 19, 2024
1 parent c6561d9 commit f1b9c0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-win.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [ 16.x, 18.x, 20.x ]
node-version: [ 18.x, 20.x, 21.x ]
architecture: [x64, x86]
os:
- windows-2019
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [ 16.x, 18.x, 20.x ]
node-version: [ 18.x, 20.x, 21.x ]
os:
- macos-latest
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.repository == 'nodejs/node-addon-api'
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -83,7 +83,7 @@ This allows addons built with it to run with Node.js versions which support the
**However** the node-addon-api support model is to support only the active LTS Node.js versions. This means that
every year there will be a new major which drops support for the Node.js LTS version which has gone out of service.

The oldest Node.js version supported by the current version of node-addon-api is Node.js 16.x.
The oldest Node.js version supported by the current version of node-addon-api is Node.js 18.x.

## Setup
- [Installation and usage](doc/setup.md)
Expand Down

0 comments on commit f1b9c0b

Please sign in to comment.