Skip to content

Commit 16073eb

Browse files
committed
let it try
1 parent adabb05 commit 16073eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ jobs:
117117

118118
release:
119119
name: Release
120-
if: github.ref == 'refs/heads/master'
120+
# removed to test beta branch.
121+
# if: github.ref == 'refs/heads/master'
121122
runs-on: ubuntu-latest
122123
timeout-minutes: 10
123124
needs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ JSON Schema $Ref Parser is a full [JSON Reference](https://tools.ietf.org/html/d
5252
- Can [dereference](https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#dereferencepath-options-callback) your schema, producing a plain-old JavaScript object that's easy to work with
5353
- Supports [circular references](https://apitools.dev/json-schema-ref-parser/docs/#circular-refs), nested references, back-references, and cross-references between files
5454
- Maintains object reference equality — `$ref` pointers to the same value always resolve to the same object instance
55-
- Tested in Node and all major web browsers on Windows, Mac, and Linux
55+
- Tested in Node v10, v12, & v14, and all major web browsers on Windows, Mac, and Linux
5656

5757

5858
Example

0 commit comments

Comments
 (0)