Skip to content

Commit 2e7e88f

Browse files
committed
chore: node@14
1 parent da4895c commit 2e7e88f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
test:
44
docker:
5-
- image: circleci/node:12
5+
- image: circleci/node:14
66
working_directory: ~/repo
77
steps:
88
- checkout
@@ -20,7 +20,7 @@ jobs:
2020

2121
release:
2222
docker:
23-
- image: circleci/node:12
23+
- image: circleci/node:14
2424
steps:
2525
- checkout
2626
- restore_cache:

0 commit comments

Comments
 (0)