Skip to content

Commit

Permalink
Move to node18 and patch dependencies (#415)
Browse files Browse the repository at this point in the history
* Move to node18 and patch dependencies

* Changelog

* Move to node 20

* Update npm version
  • Loading branch information
matteofigus committed Jun 21, 2024
1 parent aece4a1 commit ff88f6c
Show file tree
Hide file tree
Showing 5 changed files with 2,158 additions and 1,620 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 16
- name: Set up Nodejs 20
uses: actions/setup-node@v1
with:
node-version: 16
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 16
- name: Set up Nodejs 20
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- name: Set up ruby 2.6
uses: ruby/setup-ruby@v1
with:
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## v0.68 (unreleased)

- [#407](https://github.com/awslabs/amazon-s3-find-and-forget/issues/407):
Upgrade frontend dependencies
- [#409](https://github.com/awslabs/amazon-s3-find-and-forget/issues/409):
Upgrade frontend dependencies
- [#410](https://github.com/awslabs/amazon-s3-find-and-forget/issues/410):
Upgrade backend dependencies
- [#411](https://github.com/awslabs/amazon-s3-find-and-forget/issues/411):
Upgrade frontend dependencies
- [#412](https://github.com/awslabs/amazon-s3-find-and-forget/issues/412):
Upgrade backend dependencies
- [#413](https://github.com/awslabs/amazon-s3-find-and-forget/issues/413):
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 node20

## v0.67

- [#405](https://github.com/awslabs/amazon-s3-find-and-forget/pull/405) Replace
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 >= v16.11 and npm >= 8
- node.js >= v20 and npm >= 10
- virtualenv
- Ruby >= 2.6
- libsnappy-dev/snappy-devel (debian/centos)
Expand Down
Loading

0 comments on commit ff88f6c

Please sign in to comment.