Skip to content

Commit

Permalink
chore(package): upgrade Awilix to 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop Node 12 support
  • Loading branch information
jeffijoe committed Oct 18, 2022
1 parent 4beb6d4 commit 20fb1a0
Show file tree
Hide file tree
Showing 3 changed files with 1,190 additions and 2,326 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
@@ -1,15 +1,20 @@
language: node_js

# Node 18 binaries require glibc >= 2.28
dist: focal

cache:
directories:
- node_modules

notifications:
email: false

node_js:
# - 'stable'
- 'stable'
- '18'
- '16'
- '14'
- '12'

# Lint errors should trigger a failure.
before_script:
Expand Down

0 comments on commit 20fb1a0

Please sign in to comment.