Skip to content

Commit 567a493

Browse files
build: use node 14 on CI
1 parent e57c7cd commit 567a493

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ version: 2
22
jobs:
33
test:
44
docker:
5-
- image: circleci/node:10.15
6-
steps:
5+
- image: circleci/node:14
76
- checkout
87
- restore_cache:
98
keys:
@@ -19,7 +18,7 @@ jobs:
1918
- run: npx yarn test
2019
release:
2120
docker:
22-
- image: circleci/node:10.15
21+
- image: circleci/node:14
2322
steps:
2423
- checkout
2524
- restore_cache:

0 commit comments

Comments
 (0)