Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
drop support for node 12 and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoopman committed Jun 17, 2021
1 parent fe1411c commit 7ff0abe
Show file tree
Hide file tree
Showing 4 changed files with 8,691 additions and 283 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x]

This comment has been minimized.

Copy link
@behrangsa

behrangsa Aug 27, 2022

@tcoopman didn't you mean to remove 12.x too?

node-version: [12.x, 13.x, 14.x, 15.x, 16.x]
steps:
- uses: actions/checkout@v2

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [Unreleased]

* require node 12
* remove support for webpack 1, 2, 3
* bump packages for security fixes

## [7.0.0]

* require node 10
Expand Down
Loading

0 comments on commit 7ff0abe

Please sign in to comment.