Skip to content

Commit

Permalink
Upgrade Node.js to version 20 (asreview#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Oct 12, 2023
1 parent 458c612 commit ecdc24f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: "3.10"
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'npm'
cache-dependency-path: 'asreview/webapp/package-lock.json'
- name : Get Tags
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip install setuptools wheel
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'npm'
cache-dependency-path: 'asreview/webapp/package-lock.json'
- name: Compile assets
Expand Down
3 changes: 2 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ flake8 .

### Front end

Install both [npm][1] and Python
You need to install [Node.js](https://nodejs.org/en) for local development. We
use version 20.

Start the Python API server with the Flask development environment. Before the front end development can be started, the back end has to run as well

Expand Down

0 comments on commit ecdc24f

Please sign in to comment.