diff --git a/.github/workflows/nodejs-doctor.yml b/.github/workflows/nodejs-doctor.yml index e75aec087..8ccf83042 100644 --- a/.github/workflows/nodejs-doctor.yml +++ b/.github/workflows/nodejs-doctor.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '14.x' - name: install working-directory: ${{env.doctor-directory}} run: yarn diff --git a/.github/workflows/nodejs-pkg.yml b/.github/workflows/nodejs-pkg.yml index 81d067239..b42f0ab24 100644 --- a/.github/workflows/nodejs-pkg.yml +++ b/.github/workflows/nodejs-pkg.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '14.x' - name: install working-directory: ${{env.pkg-directory}} run: yarn diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 26f02f8eb..edecb86ad 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [12.x] + node-version: [14.x] os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] steps: diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 7876db166..4ad606370 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '14.x' - name: Install run: yarn - name: Set versions diff --git a/.github/workflows/react-native-example.yml b/.github/workflows/react-native-example.yml index a96353710..e3d73ab50 100644 --- a/.github/workflows/react-native-example.yml +++ b/.github/workflows/react-native-example.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2.1.5 with: - node-version: 12.x + node-version: 14.x - uses: maxim-lobanov/setup-cocoapods@v1 with: # Path to Podfile.lock file to determine Cocoapods version @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2.1.5 with: - node-version: 12.x + node-version: 14.x - name: set up JDK 1.8 uses: actions/setup-java@v1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23e5262aa..5d3d9e6f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: ref: ${{ needs.release.outputs.tag }} - uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '14.x' - name: Install uses: nick-invision/retry@v2.0.0 with: @@ -88,7 +88,7 @@ jobs: ref: ${{ needs.release.outputs.tag }} - uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '14.x' - name: Install uses: nick-invision/retry@v2.0.0 with: @@ -120,7 +120,7 @@ jobs: ref: ${{ needs.release.outputs.tag }} - uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '14.x' - name: Install uses: nick-invision/retry@v2.0.0 with: