Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

Commit 1adc866

Browse files
authored
chore: update node@18 (#22)
* Update package.json * Update package.json * chore: update node18
1 parent 7e3a0d3 commit 1adc866

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.17.1
1+
18.19.0

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Check Youtube👇
44

5-
[![youtube](http://img.youtube.com/vi/s_MvkH3IXrM/0.jpg)](http://www.youtube.com/watch?v=s_MvkH3IXrM "")
5+
[![youtube](http://img.youtube.com/vi/s_MvkH3IXrM/0.jpg)](http://www.youtube.com/watch?v=s_MvkH3IXrM)
66

77
## Installation
88

@@ -12,18 +12,18 @@ git clone https://github.com/okhiroyuki/redmobile-modules-generator.git
1212

1313
## Requirements
1414

15-
- RedMobile v8.x or higher
16-
- node.js @ 16.17.1
15+
- RedMobile v10.x or higher
16+
- node.js @ 18
1717

1818
## Usage
1919

2020
1. `npm i`
2121
1. Install the Node-RED Custom Node you want to use with the npm command.
2222

23-
```bash
24-
// sample
25-
npm i node-red-contrib-telegrambot
26-
```
23+
```bash
24+
// sample
25+
npm i node-red-contrib-telegrambot
26+
```
2727

2828
1. `npm run build`
2929
1. The `node_modules.zip` file will be generated directly under the dist folder.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.1",
2+
"version": "2.0.0",
33
"description": "RedMobile Custom Module Generator",
44
"main": "main.js",
55
"scripts": {
@@ -12,6 +12,6 @@
1212
"modclean": "3.0.0-beta.1"
1313
},
1414
"engines": {
15-
"node": "16"
15+
"node": "18"
1616
}
1717
}

renovate.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base",
5-
":timezone(Asia/Tokyo)"
6-
],
3+
"extends": ["config:base", ":timezone(Asia/Tokyo)"],
74
"rangeStrategy": "pin",
85
"major": {
96
"automerge": false
107
},
118
"nodenv": {
12-
"enabled": false
9+
"enabled": true
1310
},
1411
"lockFileMaintenance": {
1512
"enabled": true,

0 commit comments

Comments
 (0)