Skip to content

Commit

Permalink
bumping node version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed Apr 13, 2021
1 parent 7a90dc2 commit 7e1d02b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.15.3
14.16.1
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
cache: yarn
node_js:
- '10.15.3'
- '14.16.1'
script:
- yarn run validate
- yarn run test
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,5 @@
"perf": "ts-node ./benchmarks/shallow-equal.ts",
"prepublishOnly": "yarn build",
"size": "yarn build && size-limit"
},
"engines": {
"node": ">=10.15.3"
}
}

0 comments on commit 7e1d02b

Please sign in to comment.