Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 0a26223

Browse files
committed
Use Node 14 in CI
1 parent a5798f7 commit 0a26223

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workflows:
1818
jobs:
1919
prep-deps:
2020
docker:
21-
- image: circleci/node:12
21+
- image: circleci/node:14
2222
steps:
2323
- checkout
2424
- run:
@@ -37,7 +37,7 @@ jobs:
3737

3838
test-lint:
3939
docker:
40-
- image: circleci/node:12
40+
- image: circleci/node:14
4141
steps:
4242
- checkout
4343
- attach_workspace:
@@ -48,7 +48,7 @@ jobs:
4848

4949
test-build-unit:
5050
docker:
51-
- image: circleci/node:12
51+
- image: circleci/node:14
5252
steps:
5353
- checkout
5454
- attach_workspace:
@@ -59,7 +59,7 @@ jobs:
5959

6060
all-tests-pass:
6161
docker:
62-
- image: circleci/node:12
62+
- image: circleci/node:14
6363
steps:
6464
- run:
6565
name: All tests passed

0 commit comments

Comments
 (0)