Skip to content

Commit d2510eb

Browse files
feat!: dropped Node@6 and Node@8
1 parent 76f2658 commit d2510eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+9
-6187
lines changed

.eslintignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
lib-es5/*
21
*.min.js
32
node_modules
43
test_cache/

.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ test/
88
.env
99
.travis.yml
1010
!lib/**
11-
!lib-es5/**
1211
!package.json
1312
!babel.config.js
1413
!.npmignore

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ nvm:
33

44
matrix:
55
include:
6-
- node_js: "6"
7-
script: npm install [email protected] && npm run test-with-temp-cloud
8-
- node_js: "8"
9-
script: npm run test-with-temp-cloud
106
- node_js: "10"
117
script: npm run test-with-temp-cloud
128
- node_js: "12"
@@ -15,6 +11,8 @@ matrix:
1511
script: npm run test-with-temp-cloud
1612
- node_js: "16"
1713
script: npm run test-with-temp-cloud
14+
- node_js: "18"
15+
script: npm run test-with-temp-cloud
1816

1917
notifications:
2018
email:

0 commit comments

Comments
 (0)