Skip to content

Commit

Permalink
fix: use Node 20 instead of 19
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Sep 6, 2024
1 parent 52f4e30 commit 4ec760d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clients/peerbit-server/node/src/aws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const setupUserData = (email: string, grantAccess: PeerId[] = []) => {
// better-sqlite3 force use to install build-essentials for `make` command, TOOD dont bundle better-sqlite3 by default?
return `#!/bin/bash
cd /home/ubuntu
curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - &&\
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential
npm install -g @peerbit/server
Expand Down

0 comments on commit 4ec760d

Please sign in to comment.