Skip to content

Commit aaa161a

Browse files
committed
devops(circleci): use node 16 image
1 parent 7fc1855 commit aaa161a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ orbs:
33
node: circleci/node@4.5.0
44
jobs:
55
build-and-test:
6+
docker:
7+
- image: 'cimg/node:14.21.1'
68
working_directory: ~/repo
79
executor:
810
name: node/default

0 commit comments

Comments
 (0)