Skip to content

Commit 25919b2

Browse files
committed
chore: use node 14 for ci
1 parent 61122d9 commit 25919b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build:
55
docker:
6-
- image: circleci/node:12
6+
- image: circleci/node:14
77

88
working_directory: ~/repo
99

0 commit comments

Comments
 (0)