Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #239 from Nike-Inc/dep/dependency_upgrade_staging
Browse files Browse the repository at this point in the history
Updated dependencies, deprecated node v12.x
  • Loading branch information
shawn-sher authored Nov 9, 2022
2 parents 28c3960 + a32cfc4 commit 5229169
Show file tree
Hide file tree
Showing 5 changed files with 813 additions and 11,580 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [4.0.0] - 2022-11-09
## Deprecated
- Node 12 and below are no longer supported
## Fixed
- Updated all dependencies to latest versions
## Added

## [3.0.0] - 2020-06-25
## Deprecated
- Node 8 is no longer supported
Expand Down
Loading

0 comments on commit 5229169

Please sign in to comment.