We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 079e47f + 44219ec commit 9bafb74Copy full SHA for 9bafb74
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
3
executors:
4
node-maintenance:
5
docker:
6
- - image: cimg/node:20.20.1
+ - image: cimg/node:20.20
7
environment:
8
- MB_SLOW_TEST_TIMEOUT: 10000
9
node-active:
@@ -168,7 +168,7 @@ jobs:
168
path: dist/test/testResults
169
170
currentWithFileDB:
171
- executor: node-current
+ executor: node-active # Current Node (25) is broken due to our usage of `require(...)`
172
173
- MB_PORT: 3535
174
- MB_EXECUTABLE: /home/circleci/project/dist/mountebank/bin/mb
0 commit comments