Skip to content

Commit 47c3d0d

Browse files
committed
chore!: remove node 16 from CI
BREAKING CHANGE: Dropping support for node 16.
1 parent f217841 commit 47c3d0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest, macos-latest, windows-latest]
33-
node-version: [16.x, 18.x, 20.x, 22.x, 24.x]
33+
node-version: [18.x, 20.x, 22.x, 24.x]
3434

3535
env:
3636
ENABLE_COVERAGE: true

0 commit comments

Comments
 (0)