Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/naptha/tesseract.js.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalearica <admin@scribeocr.com>2022-08-10 08:06:05 +0300
committerGitHub <noreply@github.com>2022-08-10 08:06:05 +0300
commit74be03c5b9d4abb684704bb915b7db61eb0bc92a (patch)
tree80b02726d9ff6f504cb59bfa2c93dbf67c675ab2
parent9442d9cb694b073f6a7d84d3b5d56a0da74e5980 (diff)
Updated versions of node used in workflows
-rw-r--r--.github/workflows/node.js.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index 576a15b..7bae274 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
- node-version: [10.x, 12.x, 14.x]
+ node-version: [12.x, 14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2