reset node, increment ver

This commit is contained in:
JT2M0L3Y
2026-07-03 11:16:09 -07:00
parent b492d8f62f
commit effcc1fd15
7 changed files with 492 additions and 392 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ jobs:
- name: Set up Node Environment
uses: actions/setup-node@v4
with:
node-version: current
node-version: lts/jod
cache: npm
- name: Install Project Dependencies
@@ -53,7 +53,7 @@ jobs:
- name: Set up Node Environment
uses: actions/setup-node@v4
with:
node-version: current
node-version: lts/jod
cache: npm
- name: Create Environment Variables
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Set up Node Environment
uses: actions/setup-node@v4
with:
node-version: current
node-version: lts/jod
cache: npm
- name: Install Project Dependencies
+2 -2
View File
@@ -44,8 +44,8 @@ jobs:
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
echo "NVM installed successfully."
nvm install current
nvm alias default current
nvm install lts/jod
nvm alias default lts/jod
node -v
npm -v
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: Set up Node Environment
uses: actions/setup-node@v4
with:
node-version: current
node-version: lts/jod
cache: npm
- name: Install Project Dependencies
+1 -1
View File
@@ -7,7 +7,7 @@ services:
build: ./ # find docker file in designated path
container_name: discord
restart: always # rebuild container always
image: kevinthedang/discord-ollama:0.9.0
image: kevinthedang/discord-ollama:0.9.1
environment:
CLIENT_TOKEN: ${CLIENT_TOKEN}
OLLAMA_IP: ${OLLAMA_IP}
+484 -384
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "discord-ollama",
"version": "0.9.0",
"version": "0.9.1",
"description": "Ollama Integration into discord",
"main": "build/index.js",
"exports": "./build/index.js",