Skip to content

Commit 26b4c45

Browse files
committed
Enforce install older node version for tests for ubuntu 18.04
1 parent 1dfefb1 commit 26b4c45

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitlab-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ flake8:
9090

9191
tests:ubuntu:18.04:
9292
image: ubuntu:18.04
93+
variables:
94+
ODOO_INSTALL_NODE_VERSION: "16.15.1"
9395
<<: *tests-definition
9496

9597
tests:ubuntu:20.04:

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- Automatic replace of `@t-raw` to `@t-out` in `.xml` files during forwardport
88
- Added separate command for automatic module migrate `odoo-helper ci auto-migrate-modules`
9-
that will try to automarically migrate module code to current odoo version.
9+
that will try to automatically migrate module code to current odoo version.
1010
Currently it can do only simple *find-and-replace* via regex.
1111
- Added ability to run migration tests with single command, by adding new
1212
options to `odoo-helper test` command:

0 commit comments

Comments
 (0)