Skip to content
Snippets Groups Projects
Unverified Commit 8bd50a31 authored by Diego Sampaio's avatar Diego Sampaio Committed by GitHub
Browse files

Merge pull request #10351 from RocketChat/fix/snap-revert-nodejs

[FIX] Snaps crashing due to Node v8.11.1 Segfault
parents ee1a3c90 28e67931
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,8 @@ apps: ...@@ -38,8 +38,8 @@ apps:
command: env LC_ALL=c initcaddy command: env LC_ALL=c initcaddy
parts: parts:
node: node:
plugin: nodejs plugin: dump
node-engine: 8.11.1 prepare: wget https://nodejs.org/dist/v8.9.4/node-v8.9.4-linux-x64.tar.xz; tar xvf node-v8.9.4-linux-x64.tar.xz --strip 1;
build-packages: build-packages:
# For fibers # For fibers
- python - python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment