Skip to content

Commit

Permalink
fix: general updates
Browse files Browse the repository at this point in the history
 - node version updated to 16.17.0
 - circleci node image updated
 - circleci release using context now
  • Loading branch information
BelfordZ committed Jan 4, 2023
1 parent 99d89cc commit 1395a54
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 1395a54

Please sign in to comment.