mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
Run the CI tests in Node.js version 25 too
Node.js version 25 is the current (non-LTS) release, see https://github.com/nodejs/release#release-schedule, so we should run the tests with that version too to help catch any possible issues sooner.
This commit is contained in:
parent
010e52e15d
commit
b92f742a26
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version: [20, 22, 24]
|
||||
node-version: [20, 22, 24, 25]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user