1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Stop testing in Node.js 21 since it's reached end-of-life

According to https://github.com/nodejs/release?tab=readme-ov-file#end-of-life-releases Node.js 21 stopped being supported on 2024-06-01, which is almost two months ago now, hence it seems pointless to keep testing in that environment.
This commit is contained in:
Jonas Jenwald 2024-07-28 13:15:43 +02:00
parent 0ef1132563
commit 70bc136ea6

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