Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update node@18 #22

Merged
merged 3 commits into from
Dec 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.17.1
18.19.0
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Check Youtube👇

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

## Installation

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

## Requirements

- RedMobile v8.x or higher
- node.js @ 16.17.1
- RedMobile v10.x or higher
- node.js @ 18

## Usage

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

```bash
// sample
npm i node-red-contrib-telegrambot
```
```bash
// sample
npm i node-red-contrib-telegrambot
```

1. `npm run build`
1. The `node_modules.zip` file will be generated directly under the dist folder.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "2.0.0",
"description": "RedMobile Custom Module Generator",
"main": "main.js",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"modclean": "3.0.0-beta.1"
},
"engines": {
"node": "16"
"node": "18"
}
}
7 changes: 2 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":timezone(Asia/Tokyo)"
],
"extends": ["config:base", ":timezone(Asia/Tokyo)"],
"rangeStrategy": "pin",
"major": {
"automerge": false
},
"nodenv": {
"enabled": false
"enabled": true
},
"lockFileMaintenance": {
"enabled": true,
Expand Down