Skip to content

Commit

Permalink
fix: bump node core to 2.17.0 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
padamstx authored Nov 11, 2021
1 parent 4d1966b commit 88d8113
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 14,851 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
'rules': {
'jest/no-commented-out-tests': 'off',
'jest/no-conditional-expect': 'off',
'jest/no-disabled-tests': 'off',
'jest/no-done-callback': 'off',
'jest/no-standalone-expect': 'off',
'jest/no-try-expect': 'off',
Expand Down
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ matrix:
- node_js: 12
- node_js: 14

before_install:
- npm install -g npm@7

script:
- npm --version
- npm run build
Expand Down
Loading

0 comments on commit 88d8113

Please sign in to comment.