Skip to content

Commit 9bafb74

Browse files
authored
Merge pull request #891 from mountebank-testing/fix-master-tests
Fix failures in master CI jobs due to Node upgrade
2 parents 079e47f + 44219ec commit 9bafb74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
executors:
44
node-maintenance:
55
docker:
6-
- image: cimg/node:20.20.1
6+
- image: cimg/node:20.20
77
environment:
88
- MB_SLOW_TEST_TIMEOUT: 10000
99
node-active:
@@ -168,7 +168,7 @@ jobs:
168168
path: dist/test/testResults
169169

170170
currentWithFileDB:
171-
executor: node-current
171+
executor: node-active # Current Node (25) is broken due to our usage of `require(...)`
172172
environment:
173173
- MB_PORT: 3535
174174
- MB_EXECUTABLE: /home/circleci/project/dist/mountebank/bin/mb

0 commit comments

Comments
 (0)