Test on newer versions of node

This commit is contained in:
Przemek Więch 2025-01-10 23:57:16 +01:00
parent c208452553
commit d2703f8433

View File

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