Skip to content

Commit feba7a4

Browse files
authored
Merge pull request #6 from json-schema-tools/fix/check-url-then-error
fix: handle filepath error checks differently
2 parents e43e2d8 + d4e2b62 commit feba7a4

File tree

7 files changed

+424
-374
lines changed

7 files changed

+424
-374
lines changed

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ aliases:
2424

2525
defaults: &defaults
2626
working_directory: ~/project
27+
docker:
28+
- image: circleci/node:12.19.0
2729

2830
jobs:
2931
test:
3032
<<: *defaults
31-
docker:
32-
- image: circleci/node:latest
3333
steps:
3434
- checkout
3535
- restore_cache: *restore-deps-cache
@@ -41,8 +41,6 @@ jobs:
4141

4242
build:
4343
<<: *defaults
44-
docker:
45-
- image: circleci/node:latest
4644
steps:
4745
- checkout
4846
- restore_cache: *restore-deps-cache
@@ -52,8 +50,6 @@ jobs:
5250

5351
release:
5452
<<: *defaults
55-
docker:
56-
- image: circleci/node:latest
5753
steps:
5854
- checkout
5955
- restore_cache: *restore-deps-cache

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.18.2
1+
12.19.0

nestedtest/test-schema-1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$ref": "./src/test-schema.json"
3+
}

0 commit comments

Comments
 (0)