Skip to content

Commit b0925f8

Browse files
committed
chore: remove v16.x regular CI runs
1 parent 185dda1 commit b0925f8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-win.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 30
1414
strategy:
1515
matrix:
16-
node-version: [ 16.x, 18.x, 20.x ]
16+
node-version: [ 18.x, 20.x, 21.x ]
1717
architecture: [x64, x86]
1818
os:
1919
- windows-2019

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 30
1414
strategy:
1515
matrix:
16-
node-version: [ 16.x, 18.x, 20.x ]
16+
node-version: [ 18.x, 20.x, 21.x ]
1717
os:
1818
- macos-latest
1919
- ubuntu-latest

.github/workflows/linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.repository == 'nodejs/node-addon-api'
1111
strategy:
1212
matrix:
13-
node-version: [16.x]
13+
node-version: [20.x]
1414
os: [ubuntu-latest]
1515

1616
runs-on: ${{ matrix.os }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This allows addons built with it to run with Node.js versions which support the
8383
**However** the node-addon-api support model is to support only the active LTS Node.js versions. This means that
8484
every year there will be a new major which drops support for the Node.js LTS version which has gone out of service.
8585

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

8888
## Setup
8989
- [Installation and usage](doc/setup.md)

0 commit comments

Comments
 (0)