From c0737340e56bc20c33f13f1aa78f8561665078c9 Mon Sep 17 00:00:00 2001 From: RunDevelopment Date: Mon, 21 Mar 2022 20:37:45 +0100 Subject: [PATCH 1/2] Drop support for NodeJS 10.x in development --- .github/workflows/test.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8f4941b8b..f1df288be4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2 @@ -30,7 +30,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 711ea63880..f08b0ddda3 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Thank you so much for contributing!! Prism will run on [almost any browser](https://prismjs.com/#features-full) and Node.js version but you need the following software to contribute: -- Node.js >= 10.x +- Node.js >= 12.x - npm >= 6.x ## Translations From 04fefda2d565f527cbd4d5f89e05ed74e45c87b1 Mon Sep 17 00:00:00 2001 From: RunDevelopment Date: Mon, 21 Mar 2022 21:01:42 +0100 Subject: [PATCH 2/2] Rebuild --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 2952e793bf..d23719e822 100644 --- a/docs/index.html +++ b/docs/index.html @@ -76,7 +76,7 @@

Contribute to Prism!

Software requirements

Prism will run on almost any browser and Node.js version but you need the following software to contribute:

Translations