Skip to content

Commit a633149

Browse files
committed
version fix
1 parent a3b93bc commit a633149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ REACT_APP_SOCKET_API_URL='https://socket.tutorcruncher.com'
22
PUBLIC_URL='/'
33
REACT_APP_GRECAPTCHA_KEY='6LdyXRgUAAAAADUNhMVKJDXiRr6DUN8TGOgllqbt'
44
REACT_APP_RELEASE='-'
5-
NODE_VERSION=10
5+
NODE_VERSION='10'

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
REACT_APP_SOCKET_API_URL='https://socket.tutorcruncher.com'
22
REACT_APP_RAVEN_DSN='https://[email protected]/128441'
33
REACT_APP_GA_ID='UA-41117087-3'
4-
NODE_VERSION=10
4+
NODE_VERSION='10'

0 commit comments

Comments
 (0)