Skip to content

Commit 119e48c

Browse files
authored
Merge pull request #706 from open-rpc/fix/update-failing-tets
fix: update deps that were causing tests to fail
2 parents 7c00ba9 + 7229170 commit 119e48c

File tree

5 files changed

+2304
-271
lines changed

5 files changed

+2304
-271
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ aliases:
2828
defaults: &defaults
2929
working_directory: ~/generator
3030
docker:
31-
- image: circleci/node:14
32-
31+
- image: cimg/node:18.13.0
3332
jobs:
3433
test:
3534
<<: *defaults
@@ -88,5 +87,6 @@ workflows:
8887
- build
8988
- release:
9089
filters: *filter-only-master
90+
context: open-rpc-deployer
9191
requires:
9292
- hold

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.16.1
1+
18.13.0

0 commit comments

Comments
 (0)