We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176f2ce commit c5fb0b4Copy full SHA for c5fb0b4
.circleci/config.yml
@@ -28,8 +28,7 @@ aliases:
28
defaults: &defaults
29
working_directory: ~/server-js
30
docker:
31
- - image: circleci/node:14.17.5
32
-
+ - image: cimg/node:18.13.0
33
jobs:
34
test:
35
<<: *defaults
@@ -88,5 +87,6 @@ workflows:
88
87
- build
89
- release:
90
filters: *filter-only-master
+ context: open-rpc-deployer
91
requires:
92
- hold
.node-version
@@ -1 +1 @@
1
-14.17.5
+18.13.0
0 commit comments