Skip to content

Commit bae6fae

Browse files
authored
Merge pull request #764 from open-rpc/fix/update-node-version
fix: update node version
2 parents 176f2ce + c5fb0b4 commit bae6fae

File tree

3 files changed

+8853
-8
lines changed

3 files changed

+8853
-8
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: ~/server-js
3030
docker:
31-
- image: circleci/node:14.17.5
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.17.5
1+
18.13.0

0 commit comments

Comments
 (0)