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 #18505 from Snuffleupagus/ci-rm-Node-21

Stop testing in Node.js 21 since it's reached end-of-life
This commit is contained in:
Tim van der Meij 2024-07-28 13:33:11 +02:00 committed by GitHub
commit 2eea0c8cf3
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/*, 21]
node-version: [18, lts/*]
steps:
- name: Checkout repository