We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96fc2b commit 8b50e54Copy full SHA for 8b50e54
.gitignore
@@ -0,0 +1,3 @@
1
+.cache
2
+.n8n
3
+node_modules/
ci.yml
@@ -9,5 +9,5 @@ test:
9
run:
10
steps:
11
- name: deploy
12
- command: sudo n install 18.12.1 && N8N_USER_FOLDER=/home/user/app/ N8N_PORT=3000 N8N_PROTOCOL=https
13
- ./node_modules/n8n/bin/n8n start --tunnel
+ command: sudo n install 20.0.0 && N8N_USER_FOLDER=/home/user/app/ N8N_PORT=3000
+ N8N_PROTOCOL=https ./node_modules/n8n/bin/n8n start --tunnel
0 commit comments