Skip to content

Commit

Permalink
Merge pull request #507 from json-schema-tools/fix/update-node-and-deps
Browse files Browse the repository at this point in the history
fix: update modules and fix test
  • Loading branch information
BelfordZ committed Oct 28, 2022
2 parents 5af5be6 + 8d87448 commit 008981f
Show file tree
Hide file tree
Showing 6 changed files with 9,146 additions and 1,189 deletions.
8 changes: 2 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ aliases:

defaults: &defaults
working_directory: ~/project
docker:
- image: cimg/node:16.17.0

jobs:
test:
<<: *defaults
docker:
- image: circleci/node:13
steps:
- checkout
- restore_cache: *restore-deps-cache
Expand All @@ -41,8 +41,6 @@ jobs:

build:
<<: *defaults
docker:
- image: circleci/node:13
steps:
- checkout
- restore_cache: *restore-deps-cache
Expand All @@ -52,8 +50,6 @@ jobs:

release:
<<: *defaults
docker:
- image: circleci/node:13
steps:
- checkout
- restore_cache: *restore-deps-cache
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.19.0
16.17.0

0 comments on commit 008981f

Please sign in to comment.