We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0b5cf commit a35f110Copy full SHA for a35f110
.circleci/config.yml
@@ -4,6 +4,9 @@ executors:
4
node14:
5
docker:
6
- image: cimg/node:14.17.0
7
+ node18:
8
+ docker:
9
+ - image: cimg/node:18.19.0
10
11
commands:
12
build_project:
0 commit comments