Skip to content

Commit eae3b33

Browse files
committed
revert: pin Node.js 10.x version to 10.0.0
This reverts commit a36e257, as it is no longer needed - the new Node.js version 10.2.0 has fixed the problem we were experiencing on Node.js 10.1.0.
1 parent 2783acf commit eae3b33

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ sudo: false
22
language: node_js
33
node_js:
44
- "8"
5-
- "10.0.0" # Pinned to prevent warning "fs.promises API is experimental"
6-
# Waiting for https://github.com/nodejs/node/pull/20632
5+
- "10"
76

87
os:
98
- linux

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
33
- nodejs_version: "8"
4-
- nodejs_version: "10.0.0"
4+
- nodejs_version: "10"
55

66
install:
77
- ps: Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)