Skip to content

Commit 48a1e1b

Browse files
authored
0.17.8 (#483)
1 parent 23c653c commit 48a1e1b

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@master
99
- uses: actions/setup-node@master
1010
with:
11-
node-version: 16
11+
node-version: 18
1212
- name: yarn
1313
run: yarn --frozen-lockfile
1414
- name: flow

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,4 @@ The above copyright notice and this permission notice shall be included in all c
107107
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.
108108
109109
![reg-viz](https://raw.githubusercontent.com/reg-viz/artwork/master/repository/footer.png)
110+

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,18 @@
1717
"screenshot": "node test/screenshot.js",
1818
"test:cli": "chmod +x dist/cli.js && ava test/cli.test.mjs",
1919
"test:screenshot": "npm run build:report && npm run reg && npm run screenshot",
20-
"test": "cross-env NODE_ENV=\"debug\" npm run build:report && npm run build && npm run test:cli && npm run test:screenshot"
20+
"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"
2121
},
2222
"engines": {
23-
"node": ">=12"
23+
"node": ">=18"
2424
},
2525
"repository": {
2626
"type": "git",
2727
"url": "https://github.com/reg-viz/reg-cli/"
2828
},
29+
"ava": {
30+
"workerThreads": false
31+
},
2932
"author": "bokuweb",
3033
"license": "MIT",
3134
"resolutions": {

0 commit comments

Comments
 (0)