Skip to content

Commit

Permalink
chore: drop node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayaksaxena committed Jan 27, 2022
1 parent c8d5fde commit 2af4740
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,8 +1,11 @@
language: node_js
node_js:
- "14"
- "16"

cache:
directories:
- "node_modules"

script:
- npm run pretest
- npm run test
Expand Down

0 comments on commit 2af4740

Please sign in to comment.