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

build: Upgrade to Node 20 #18

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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