Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit 695b2a1

Browse files
chore(ci): use node 14
1 parent 598f978 commit 695b2a1

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
@@ -2,7 +2,7 @@ version: 2.1
22
executors:
33
node12:
44
docker:
5-
- image: circleci/node:12
5+
- image: circleci/node:14
66
environment:
77
NPM_CONFIG_PREFIX: "~/.npm-global"
88
working_directory: ~/repo

0 commit comments

Comments
 (0)