Skip to content

Commit

Permalink
Update to latest customizr (#184)
Browse files Browse the repository at this point in the history
* Update to minimum node v16

* Update dependencies

* Update CHANGELOG
  • Loading branch information
rejas committed Aug 22, 2023
1 parent 973ff43 commit 1efbec8
Show file tree
Hide file tree
Showing 4 changed files with 788 additions and 6,236 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- name: Checkout code 🛎️
uses: actions/checkout@v3
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

### 4.0.0

- Drop node <= 14 support
- Updated dependencies

### 3.0.4

- Updated dependencies
-

### 3.0.3

- Updated dependencies
Expand Down
Loading

0 comments on commit 1efbec8

Please sign in to comment.