Add node version 23 to the list of build versions

This commit is contained in:
Przemek Więch 2025-01-11 11:44:31 +01:00
parent 5a22e58cc4
commit 0f9a46a7b0

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 23.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: