From cf4da0a5d0cd02726030055c7b233e2d69005ed4 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Fri, 2 Feb 2024 09:27:18 +0900 Subject: [PATCH] 0.17.8 --- .github/workflows/ci.yml | 2 +- README.md | 1 + package.json | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e8beacb..51893e7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-node@master with: - node-version: 16 + node-version: 18 - name: yarn run: yarn --frozen-lockfile - name: flow diff --git a/README.md b/README.md index 6e51b327..ae3b2b4c 100644 --- a/README.md +++ b/README.md @@ -107,3 +107,4 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ![reg-viz](https://raw.githubusercontent.com/reg-viz/artwork/master/repository/footer.png) + diff --git a/package.json b/package.json index 85a3bab4..4f65be60 100644 --- a/package.json +++ b/package.json @@ -17,15 +17,18 @@ "screenshot": "node test/screenshot.js", "test:cli": "chmod +x dist/cli.js && ava test/cli.test.mjs", "test:screenshot": "npm run build:report && npm run reg && npm run screenshot", - "test": "cross-env NODE_ENV=\"debug\" npm run build:report && npm run build && npm run test:cli && npm run test:screenshot" + "test": "export NODE_OPTIONS=--openssl-legacy-provider && cross-env NODE_ENV=\"debug\" npm run build:report && npm run build && npm run test:cli && npm run test:screenshot" }, "engines": { - "node": ">=12" + "node": ">=18" }, "repository": { "type": "git", "url": "https://github.com/reg-viz/reg-cli/" }, + "ava": { + "workerThreads": false + }, "author": "bokuweb", "license": "MIT", "resolutions": {