Skip to content

Commit

Permalink
Merge pull request #331 from open-rpc/fix/general-updates
Browse files Browse the repository at this point in the history
fix: general updates
  • Loading branch information
BelfordZ authored Jan 4, 2023
2 parents 99d89cc + 1395a54 commit f984f3d
Show file tree
Hide file tree
Showing 3 changed files with 9,412 additions and 10 deletions.
9 changes: 3 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: ~/client-js
docker:
- image: cimg/node:16.17.0

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

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

release:
<<: *defaults
docker:
- image: circleci/node:10
steps:
- checkout
- restore_cache: *restore-deps-cache
Expand Down Expand Up @@ -87,5 +83,6 @@ workflows:
- build
- release:
filters: *filter-only-master
context: open-rpc-deployer
requires:
- hold
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.17.0
Loading

0 comments on commit f984f3d

Please sign in to comment.