Build: Run tests on Node 22 & 23

Closes gh-5560
This commit is contained in:
Michał Gołębiowski-Owczarek 2024-10-21 19:04:55 +02:00 committed by GitHub
parent d92810614b
commit 1971625487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
NAME: ["Node"]
NODE_VERSION: [18.x, 20.x]
NODE_VERSION: [18.x, 20.x, 22.x, 23.x]
NPM_SCRIPT: ["test:browserless"]
include:
- NAME: "Node"