Skip to content

Commit

Permalink
fix: ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
fupeng1 committed Jun 29, 2022
1 parent 154699e commit 8738967
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
sudo: false
language: node_js
node_js:
- '8'
- '10'
- '14'
- '16'
install:
- npm i
script:
- npm run ci
after_script:
- npminstall codecov && codecov
- npm install codecov && codecov
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- nodejs_version: '8'
- nodejs_version: '10'
- nodejs_version: '14'
- nodejs_version: '16'

install:
- ps: Install-Product node $env:nodejs_version
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@
"ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
"pkgfiles": "egg-bin pkgfiles"
},
"ci": {
"version": "14, 16"
},
"eslintIgnore": [
"coverage",
"dist"
"dist",
"lib"
],
"homepage": "https://github.com/yuque/sdk",
"repository": {
Expand Down

0 comments on commit 8738967

Please sign in to comment.