Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
build: Upgrade to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Sep 24, 2024
1 parent e5b6361 commit 3ad3abf
Show file tree
Hide file tree
Showing 4 changed files with 568 additions and 407 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
20
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Goal of this POC is to provide a working example of an Open edX frontend dep

## Running

Node.js version 18.16.1 was used to develop this prototype. Other versions may work but they are untested. Please consider using nvm for easy compatibility.
Node.js version 20 was used to develop this prototype. Other versions may work but they are untested. Please consider using nvm for easy compatibility.

### Running:
**Make sure you have Open edX [devstack](https://github.com/openedx/devstack) with lms running before trying this**
Expand Down
2 changes: 1 addition & 1 deletion bin/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function processRepository(repo) {
}


const requiredNodeVersion = 'v18.16.1';
const requiredNodeVersion = 'v20';

async function verifyNodeVersion() {
const { stdout } = await exec('node -v');
Expand Down
Loading

0 comments on commit 3ad3abf

Please sign in to comment.