We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b3900 commit 220a4ecCopy full SHA for 220a4ec
.circleci/config.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+jobs:
3
+ test:
4
+ docker:
5
+ - image: circleci/node:14.4.0-browsers
6
+ steps:
7
+ - checkout
8
+ - run: make test
9
+workflows:
10
+ version: 2
11
12
+ jobs:
13
+ - test
.node-version
@@ -1 +1 @@
-12.13.0
+14.4.0
circle.yml
0 commit comments