Skip to content

Commit 6fc8662

Browse files
authored
Merge pull request #740 from open-rpc/fix/node-version
fix: node version bump
2 parents 6827197 + 5f92ca3 commit 6fc8662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ aliases:
2525
defaults: &defaults
2626
working_directory: ~/schema-utils-js
2727
docker:
28-
- image: circleci/node:12.19.0
28+
- image: circleci/node:14.17.6
2929

3030
jobs:
3131
test:

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.19.0
1+
14.17.6

0 commit comments

Comments
 (0)