From 1281e6eddd9f72f0e5438ad877bebfbc94815e80 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Mon, 29 May 2023 13:43:41 +0200 Subject: [PATCH] Updated Bots (markdown) --- Bots.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Bots.md b/Bots.md index a256071..58ca867 100644 --- a/Bots.md +++ b/Bots.md @@ -18,7 +18,7 @@ While we use GitHub Actions for linting and running (a selection of) unit tests, Characteristics --------------- -PDF.js uses a Linux and a Windows bot. The Linux bot runs Ubuntu 12.04.4 LTS with Xvfb, whereas the Windows bot runs Windows Server Datacenter 2016. The Linux bot has a few additional font packages to improve font rendering: +PDF.js uses a Linux and a Windows bot that both run Node.js 18.16.0 LTS. The Linux bot has a few additional font packages to improve font rendering: - `latex-cjk-all` - `xfonts-wqy` @@ -28,8 +28,6 @@ PDF.js uses a Linux and a Windows bot. The Linux bot runs Ubuntu 12.04.4 LTS wit - `fonts-ipafont-gothic` - `fonts-unfonts-core` -The bots run Node.js 18.16.0 LTS. - Setup ----- [Windows](https://github.com/mozilla/pdf.js/wiki/Windows-Bot-Setup)