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

Merge pull request #18009 from nicolo-ribaudo/pin-node-21

Pin GitHub actions to Node.js 21
This commit is contained in:
Tim van der Meij 2024-05-06 14:47:56 +02:00 committed by GitHub
commit d79aaee62a
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/*, latest]
node-version: [18, lts/*, 21]
steps:
- name: Checkout repository