We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56832aa commit 9814ee1Copy full SHA for 9814ee1
ci.yml
@@ -9,4 +9,5 @@ test:
9
run:
10
steps:
11
- name: deploy
12
- command: N8N_PORT=3000 ./node_modules/n8n/bin/n8n start
+ command: sudo n install 18.12.1 && N8N_USER_FOLDER=/home/user/app/ N8N_PORT=3000
13
+ ./node_modules/n8n/bin/n8n start --tunnel
0 commit comments