Skip to content

Commit fdcb2cc

Browse files
committed
Run tests in Node 14
This is the current LTS version
1 parent 8d82c19 commit fdcb2cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
name: Upload coverage report
7070
command: bash <(curl -s https://codecov.io/bash) -F unit -s coverage/lcov.info
7171

72-
node-13:
72+
node-14:
7373
docker:
74-
- image: circleci/node:13
74+
- image: circleci/node:14
7575
steps:
7676
- *attach-step
7777
- run:
@@ -93,6 +93,6 @@ workflows:
9393
- node-12:
9494
requires:
9595
- install-dependencies
96-
- node-13:
96+
- node-14:
9797
requires:
9898
- install-dependencies

0 commit comments

Comments
 (0)