Skip to content

Commit 70213d6

Browse files
fix: pin @types/node to 13.7.0
1 parent c027ab8 commit 70213d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/chai": "^4.2.3",
4242
"@types/mocha": "^7.0.0",
4343
"@types/moment-timezone": "^0.5.12",
44-
"@types/node": "^13.1.0",
44+
"@types/node": "13.7.0",
4545
"@types/crypto-js": "^3.1.43",
4646
"@types/signale": "^1.2.1",
4747
"chai": "^4.2.0",

0 commit comments

Comments
 (0)