You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# need to update nodejs because with ubuntu's default nodejs version we would get this error:
82
-
# error @jest/[email protected]: The engine "node" is incompatible with this module. Expected version "^14.15.0 || ^16.10.0 || >=18.0.0". Got "12.22.9"
83
-
sudo npm install --global n
84
-
sudo n lts
85
85
- name: Print versions
86
86
run: |
87
87
git --version
@@ -107,9 +107,10 @@ jobs:
107
107
commitlint-plugins-tests:
108
108
name: Run commitlint-related tests
109
109
needs: build-ts
110
+
# TODO: upgrade to 24.04->24.04 (because LTS) as soon as it's available, instead of 22.04->23.10
# need to update nodejs because with ubuntu's default nodejs version we would get this error:
123
-
# error @jest/[email protected]: The engine "node" is incompatible with this module. Expected version "^14.15.0 || ^16.10.0 || >=18.0.0". Got "12.22.9"
0 commit comments