Skip to content

Commit 4bafaac

Browse files
authored
chore: add node 13/14 to circle-ci jobs (#1937)
1 parent 0ff72f4 commit 4bafaac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

+12
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@ jobs:
9191
- image: node:12
9292
steps:
9393
- run-all
94+
v13:
95+
docker:
96+
- image: node:13
97+
steps:
98+
- run-all
99+
v14:
100+
docker:
101+
- image: node:14
102+
steps:
103+
- run-all
94104
windows-v12:
95105
executor: win/default
96106
steps:
@@ -102,4 +112,6 @@ workflows:
102112
- v8
103113
- v10
104114
- v12
115+
- v13
116+
- v14
105117
- windows-v12

0 commit comments

Comments
 (0)