Skip to content

Commit

Permalink
Merge pull request #706 from open-rpc/fix/update-failing-tets
Browse files Browse the repository at this point in the history
fix: update deps that were causing tests to fail
  • Loading branch information
BelfordZ authored Jan 17, 2023
2 parents 7c00ba9 + 7229170 commit 119e48c
Show file tree
Hide file tree
Showing 5 changed files with 2,304 additions and 271 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ aliases:
defaults: &defaults
working_directory: ~/generator
docker:
- image: circleci/node:14

- image: cimg/node:18.13.0
jobs:
test:
<<: *defaults
Expand Down Expand Up @@ -88,5 +87,6 @@ workflows:
- build
- release:
filters: *filter-only-master
context: open-rpc-deployer
requires:
- hold
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.16.1
18.13.0
Loading

0 comments on commit 119e48c

Please sign in to comment.