Skip to content

Commit c3a99a9

Browse files
authored
ci(node): update node version to 8.9.3 (#293)
VS Code updated Node
1 parent a9b193a commit c3a99a9

5 files changed

Lines changed: 12 additions & 13 deletions

File tree

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"proseWrap": "preserve",
1010
"overrides": [
1111
{
12-
"files": "{*.js?(on),.prettierrc,*.md}",
12+
"files": "{*.js?(on),*.yml,.*.yml,.prettierrc,*.md}",
1313
"options": {
1414
"tabWidth": 2
1515
}

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ php:
55
- '7.0'
66
env:
77
global:
8-
- NODE_VERSION=7.9.0
9-
- NPM_VERSION=^6.2.0
8+
- NODE_VERSION=8.9.3
9+
- NPM_VERSION=^6.3.0
1010
- BUILD_LEADER_ID=4
1111
- GITHUB_TOKEN=$GH_TOKEN
1212
matrix:
@@ -75,4 +75,3 @@ stages:
7575
branches:
7676
except:
7777
- /^v\d+\.\d+\.\d+$/
78-

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ cache:
1212
- '%APPDATA%\npm-cache'
1313

1414
environment:
15-
NODE_VERSION: '7.9.0'
16-
NPM_VERSION: '^5.7.1'
15+
NODE_VERSION: '8.9.3'
16+
NPM_VERSION: '^6.3.0'
1717
matrix:
18-
- {PHP_VERSION: '7.0.20', VC_VERSION: '14', XDEBUG_VERSION: '2.5.5'}
19-
- {PHP_VERSION: '5.6.30', VC_VERSION: '11', XDEBUG_VERSION: '2.5.5'}
18+
- { PHP_VERSION: '7.0.20', VC_VERSION: '14', XDEBUG_VERSION: '2.5.5' }
19+
- { PHP_VERSION: '5.6.30', VC_VERSION: '11', XDEBUG_VERSION: '2.5.5' }
2020

2121
install:
2222
- ps: . .\appveyor-install.ps1

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"husky": "^0.14.3",
5959
"mocha": "^5.0.0",
6060
"nyc": "^11.0.2",
61-
"prettier": "1.13.7",
61+
"prettier": "1.14.2",
6262
"semantic-release": "^15.8.1",
6363
"semantic-release-vsce": "^2.1.2",
6464
"semver": "^5.3.0",
@@ -98,7 +98,7 @@
9898
"cover": "nyc --all mocha out/test --timeout 20000 --slow 1000 --retries 4",
9999
"lint": "npm run tslint && npm run prettier",
100100
"tslint": "tslint -c tslint.json 'src/**/*.ts'",
101-
"prettier": "prettier \"**/{*.json,*.ts,.prettierrc,*.md}\" --write --list-different",
101+
"prettier": "prettier \"**/{*.json,*.yml,.*.yml,*.ts,.prettierrc,*.md}\" --write --list-different",
102102
"semantic-release": "semantic-release",
103103
"commitmsg": "validate-commit-msg"
104104
},

0 commit comments

Comments
 (0)