1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Merge pull request #18925 from Snuffleupagus/ci-test-Node-23

Run CI tests in Node.js version 23
This commit is contained in:
Tim van der Meij 2024-10-20 14:03:20 +02:00 committed by GitHub
commit df77401821
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18, lts/*, 22]
node-version: [18, lts/*, 22, 23]
steps:
- name: Checkout repository