Skip to content

Commit

Permalink
feat!: dropped Node@6 and Node@8
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-pkoniu committed Dec 29, 2023
1 parent 76f2658 commit d2510eb
Show file tree
Hide file tree
Showing 48 changed files with 9 additions and 6,187 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
lib-es5/*
*.min.js
node_modules
test_cache/
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ test/
.env
.travis.yml
!lib/**
!lib-es5/**
!package.json
!babel.config.js
!.npmignore
Expand Down
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ nvm:

matrix:
include:
- node_js: "6"
script: npm install [email protected] && npm run test-with-temp-cloud
- node_js: "8"
script: npm run test-with-temp-cloud
- node_js: "10"
script: npm run test-with-temp-cloud
- node_js: "12"
Expand All @@ -15,6 +11,8 @@ matrix:
script: npm run test-with-temp-cloud
- node_js: "16"
script: npm run test-with-temp-cloud
- node_js: "18"
script: npm run test-with-temp-cloud

notifications:
email:
Expand Down
Loading

0 comments on commit d2510eb

Please sign in to comment.