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 1ddbaf9 commit b87905cCopy full SHA for b87905c
.circleci/config.yml
@@ -0,0 +1,14 @@
1
+# This config is equivalent to both the '.circleci/extended/orb-free.yml' and the base '.circleci/config.yml'
2
+version: 2.1
3
+
4
+orbs:
5
+ node: circleci/node@4.1
6
7
+workflows:
8
+ sample:
9
+ jobs:
10
+ - node/test:
11
+ version: '15.1'
12
+ # This is the node version to use for the `cimg/node` tag
13
+ # Relevant tags can be found on the CircleCI Developer Hub
14
+ # https://circleci.com/developer/images/image/cimg/node
.travis.yml
0 commit comments