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 d0810b6 commit 5923048Copy full SHA for 5923048
circle.yml
@@ -172,8 +172,8 @@ jobs:
172
name: check node version
173
command: |
174
ACTUAL_VERSION=$(docker compose run --rm test-factory-node-override node -v)
175
- if [ v18.17.1 != "${ACTUAL_VERSION}" ]; then
176
- echo "Version mismatch, v18.17.1 != ${ACTUAL_VERSION}"
+ if [ v22.15.0 != "${ACTUAL_VERSION}" ]; then
+ echo "Version mismatch, v22.15.0 != ${ACTUAL_VERSION}"
177
exit 1;
178
fi
179
echo "Version ${ACTUAL_VERSION} confirmed"
factory/test-project/node-override-version.Dockerfile
@@ -1,4 +1,4 @@
1
-ARG NODE_VERSION='18.17.1'
+ARG NODE_VERSION='22.15.0'
2
3
ARG BASE_TEST_IMAGE='cypress/factory'
4
0 commit comments