Skip to content

Commit

Permalink
chore: update node18
Browse files Browse the repository at this point in the history
  • Loading branch information
okhiroyuki committed Dec 9, 2023
1 parent f6960db commit c5c133f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
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
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

0 comments on commit c5c133f

Please sign in to comment.