Skip to content

Commit 52403aa

Browse files
committed
fix: bump node version and update circle config
1 parent 157117f commit 52403aa

File tree

3 files changed

+1851
-11
lines changed

3 files changed

+1851
-11
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ aliases:
2828
defaults: &defaults
2929
working_directory: ~/spec
3030
docker:
31-
- image: circleci/node:10
31+
- image: cimg/node:18.13.0
3232

3333
jobs:
3434
test:
@@ -72,5 +72,6 @@ workflows:
7272
- test
7373
- release:
7474
filters: *filter-only-master
75+
context: open-rpc-deployer
7576
requires:
7677
- hold

.node-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18.13.0

0 commit comments

Comments
 (0)