Skip to content

Commit

Permalink
Update to latest customizr (#76)
Browse files Browse the repository at this point in the history
* Support only node >= v18

* Update dependencies

* Use minimum node 18
  • Loading branch information
rejas committed Aug 22, 2023
1 parent f1eaf4f commit 9ef6e5a
Show file tree
Hide file tree
Showing 3 changed files with 3,185 additions and 9,241 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
Loading

0 comments on commit 9ef6e5a

Please sign in to comment.