Skip to content

Commit 5e7cd24

Browse files
committed
wip
1 parent a13285f commit 5e7cd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodeapp/nodebb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const { exec } = require('child_process');
55
const startCmd = './nodebb start';
66
const stopCmd = './nodebb stop';
7-
const nvmCmd = 'cd ' + __dirname + ' && export NVM_DIR=/opt/nvm && . /opt/nvm/nvm.sh && nvm use && ';
7+
const nvmCmd = 'cd ' + __dirname + ' && export NVM_DIR=/opt/nvm && . /opt/nvm/nvm.sh && nvm use v20 && ';
88
const start = () => {
99
console.log('Starting nodebb...');
1010
exec(nvmCmd + startCmd, (error, stdout, stderr) => {

0 commit comments

Comments
 (0)