Skip to content

Commit

Permalink
Bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Nov 26, 2019
1 parent 7dd76d3 commit bd9eaf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion react-native-gutenberg-bridge/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (isJitPack) {

node {
// Version of node to use.
version = '8.11.3'
version = '12.13.1'

// Version of npm to use.
npmVersion = '6.3.0'
Expand Down Expand Up @@ -140,6 +140,7 @@ dependencies {
implementation (waitJitpack('com.github.wordpress-mobile', 'react-native-svg', readHashedVersion('../../package.json', 'react-native-svg', 'dependencies')))
implementation (waitJitpack('com.github.wordpress-mobile', 'react-native-recyclerview-list', 'f845b3c2c4411b8e97db23724bf1a535530c5435'))
implementation (waitJitpack('com.github.wordpress-mobile', 'react-native-video', readHashedVersion('../../package.json', 'react-native-video', 'dependencies')))
implementation (waitJitpack('com.github.react-native-community', 'react-native-slider', readNPMVersion('../../package.json', '@react-native-community/slider', 'dependencies')))

def rnVersion = readReactNativeVersion('../package.json', 'peerDependencies')
implementation "com.facebook.react:react-native:${rnVersion}"
Expand Down

0 comments on commit bd9eaf0

Please sign in to comment.