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:29:41 +0300
committerGitHub <noreply@github.com>2022-08-10 08:29:41 +0300
commit61d0e553c636c5eee0a2de51f74eb77092b06c64 (patch)
tree482fa82c3f09b409b692775c5200711249829db1
parent74be03c5b9d4abb684704bb915b7db61eb0bc92a (diff)
Temporarily removed Node 18 since this fails on master.
-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 7bae274..127d2af 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
- node-version: [12.x, 14.x, 16.x, 18.x]
+ node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2