Skip to content

Commit 7b94a78

Browse files
committedNov 21, 2020
Update node version
1 parent f7ce7b5 commit 7b94a78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
14.15.1

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"main": "src/index",
3636
"engines": {
37-
"node": "^6.15"
37+
"node": "^14.15.1"
3838
},
3939
"scripts": {
4040
"test": "jest"

0 commit comments

Comments
 (0)
Please sign in to comment.