Skip to content

Commit

Permalink
Updated node version from 18 to 10 and added entry for CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rimashah25 committed May 14, 2024
1 parent 00ec914 commit b9ca3dd
Show file tree
Hide file tree
Showing 9 changed files with 3,214 additions and 3,213 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromdriver-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
- name: Install Python 3.10
uses: actions/setup-python@v2
with: { python-version: '3.10' } # Must be quoted to include the trailing 0
- name: Install Node 18
- name: Install Node 20
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: Install updater Python module and dependencies
run: pip install .github/actions/chromedriver-updater
- name: Run chromedriver-updater
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tpv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Experimental Traffic Portal v2
env:
# alpine:3.13
ALPINE_VERSION: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930
NODE_VERSION: 18
NODE_VERSION: 20

on:
push:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- [#7999](https://github.com/apache/trafficcontrol/pull/7999) *Traffic Router*, *Traffic Monitor*, *Traffic Stats*: Symlink from /opt/<component>/var/log to /var/log/<component>. These symlinks are deprecated with the intent of removing them in ATC 9.0.0.
- [#7872](https://github.com/apache/trafficcontrol/issues/7872) *Traffic Router*: Updated Apache Tomcat from 9.0.43, 9.0.67, 9.0.83, and 9.0.86 to 9.0.87.
- [#7933](https://github.com/apache/trafficcontrol/pull/7933), [#8005](https://github.com/apache/trafficcontrol/pull/8005) *Traffic Portal v2*: Update NodeJS version to 18.
- [#8009](https://github.com/apache/trafficcontrol/pull/8009) *Traffic Portal v2*: Update NodeJS version to 20.

### Fixed
- [#8008](https://github.com/apache/trafficcontrol/pull/8008) *Traffic Router* Fix czf temp file deletion issue.
Expand Down
Loading

0 comments on commit b9ca3dd

Please sign in to comment.