Skip to content

Commit c52a23c

Browse files
committed
✅ update the Node.js version of testing.
1 parent 28149ff commit c52a23c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ cache:
55
directories:
66
- node_modules
77
node_js:
8-
- "10.15.1"
98
- "14"
109
before_install:
1110
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ clone_depth: 10
88

99
# Test against the latest version of this Node.js version
1010
environment:
11-
nodejs_version: "10"
11+
nodejs_version: "14"
1212

1313
# Install scripts. (runs after repo cloning)
1414
install:

0 commit comments

Comments
 (0)