mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-16 01:24:05 -08:00
b701dcb8ef
We need to drop node 16 support, [as support for it is ends much earlier now, due to support for openssl 1.1.1 ending](https://nodejs.org/en/blog/announcements/nodejs16-eol). `0.236.x` releases will continue to support Node.js 16 for another two months, and `1.x.x` releases will only support Node.js 18 for now.
33 lines
784 B
Markdown
33 lines
784 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Environment (please complete the following information):**
|
|
|
|
- OS: [e.g. Ubuntu Linux 22.04]
|
|
- n8n Version [e.g. 1.0.1]
|
|
- Node.js Version [e.g. 18.16.0]
|
|
- Database system [e.g. SQLite; n8n uses SQLite as default otherwise changed]
|
|
- Operation mode [e.g. own; operation modes are `own`, `main` and `queue`. Default is `main`]
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|