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:
79
79
# 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"
80
-
sudo npm install -g n
80
+
sudo npm install --global n
81
81
sudo n lts
82
82
- name: Print versions
83
83
run: |
@@ -128,7 +128,7 @@ jobs:
128
128
# at wrapSafe (internal/modules/cjs/loader.js:915:16)
0 commit comments