Skip to content

Commit

Permalink
Upgrade to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
lb- committed Nov 11, 2023
1 parent 9349e2a commit 570b9a4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
frontend:
docker:
- image: cimg/node:18.12
- image: cimg/node:20.9
steps:
- checkout
- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion .squash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ deployments:
dockerimage: python:3.11.4-slim-bullseye
build_steps:
- apt-get update && apt-get install -y libssl-dev libpq-dev git build-essential libfontconfig1 libfontconfig1-dev curl
- RUN bash -c "curl -sL https://deb.nodesource.com/setup_18.x | bash -"
- RUN bash -c "curl -sL https://deb.nodesource.com/setup_20.x | bash -"
- apt install -y nodejs
- pip install setuptools pip --upgrade --force-reinstall
- cd /code
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Changelog
* Maintenance: Remove icon font support (Matt Westcott)
* Maintenance: Remove deprecated SVG icons (Matt Westcott)
* Maintenance: Migrate account editing view to a class-based view (Kehinde Bobade)
* Maintenance: Upgrade frontend tooling to use Node 20 (LB (Ben) Johnston)


5.2.1 (xx.xx.xxxx) - IN DEVELOPMENT
Expand Down
1 change: 1 addition & 0 deletions docs/releases/6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ depth: 1
* Remove icon font support (Matt Westcott)
* Remove deprecated SVG icons (Matt Westcott)
* Migrate account editing view to a class-based view (Kehinde Bobade)
* Upgrade frontend tooling to use Node 20 (LB (Ben) Johnston)


## Upgrade considerations - changes affecting all projects
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "https://github.com/wagtail/wagtail",
"private": true,
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"browserslist": [
"Firefox ESR",
Expand Down

0 comments on commit 570b9a4

Please sign in to comment.