Skip to content

Commit

Permalink
test: since ignore are node-version-agnostic, so only test on node LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Feb 7, 2023
1 parent 14170fe commit d072459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ arch:
language: node_js
sudo: false
node_js:
- "10"
- "12"
- "14"
- "18"
before_install:
- git --version
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Test against this version of Node.js
environment:
matrix:
- nodejs_version: "12"
- nodejs_version: "18"

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

0 comments on commit d072459

Please sign in to comment.