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 7fc1855 commit aaa161aCopy full SHA for aaa161a
.circleci/config.yml
@@ -3,6 +3,8 @@ orbs:
3
node: circleci/node@4.5.0
4
jobs:
5
build-and-test:
6
+ docker:
7
+ - image: 'cimg/node:14.21.1'
8
working_directory: ~/repo
9
executor:
10
name: node/default
0 commit comments