Skip to content

Commit

Permalink
Paul node18 (#57)
Browse files Browse the repository at this point in the history
* upgrade to use node 18

* update to use the updated wickrio-bot-api
  • Loading branch information
pwcushman committed Aug 28, 2023
1 parent a50e5bc commit 2b32822
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 1,196 deletions.
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

if [ -f "/usr/local/nvm/nvm.sh" ]; then
. /usr/local/nvm/nvm.sh
nvm use 16
nvm use 18
fi

if [ -z "$CLIENT_NAME" ];
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
if [ -f "/usr/local/nvm/nvm.sh" ]; then
. /usr/local/nvm/nvm.sh
nvm use 16
nvm use 18
fi

npm install
Loading

0 comments on commit 2b32822

Please sign in to comment.