Skip to content

Commit

Permalink
Move to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
matteofigus committed Jun 21, 2024
1 parent b02fb5d commit 3a8b8b9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Set up Nodejs 18
- name: Set up Nodejs 20
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- name: Set up ruby 2.6
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Set up Nodejs 18
- name: Set up Nodejs 20
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- name: Set up ruby 2.6
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
Upgrade frontend dependencies
- [#414](https://github.com/awslabs/amazon-s3-find-and-forget/issues/414):
Upgrade frontend dependencies
- [#416](https://github.com/awslabs/amazon-s3-find-and-forget/issues/416):
Upgrade backend dependencies
- [#415](https://github.com/awslabs/amazon-s3-find-and-forget/issues/415):
Upgrade frontend dependencies and move to node18
Upgrade frontend dependencies and move to node20

## v0.67

Expand Down
2 changes: 1 addition & 1 deletion docs/LOCAL_DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following dependencies must be installed:

- AWS CLI (v1)
- Python >=3.9 and pip
- node.js >= v18 and npm >= 8
- node.js >= v20 and npm >= 8
- virtualenv
- Ruby >= 2.6
- libsnappy-dev/snappy-devel (debian/centos)
Expand Down

0 comments on commit 3a8b8b9

Please sign in to comment.