Skip to content

Commit

Permalink
✅ update the Node.js version of testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayo5994 committed Jan 11, 2023
1 parent 28149ff commit c52a23c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ cache:
directories:
- node_modules
node_js:
- "10.15.1"
- "14"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ clone_depth: 10

# Test against the latest version of this Node.js version
environment:
nodejs_version: "10"
nodejs_version: "14"

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit c52a23c

Please sign in to comment.