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

[api-minor] Update the canvas package to version 3

This allows us to run the Node.js unit-tests in version 22, which is good since it'll very soon become the active LTS release; see https://github.com/nodejs/release#release-schedule.
This commit is contained in:
Jonas Jenwald 2024-10-17 13:04:01 +02:00
parent 025c0875b0
commit 6ae13fac9b
4 changed files with 11 additions and 213 deletions

View file

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