From 33b2dbb85cc26db769bed93bb3c8bb569765e46d Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Sun, 9 May 2021 00:26:16 +0200 Subject: [PATCH] chore: bump node versions on CI --- .circleci/config.yml | 8 +++++--- .github/workflows/expo-preview.yml | 2 +- .github/workflows/expo.yml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ce691a7..2eb0ae0e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 executors: default: docker: - - image: circleci/node:10 + - image: circleci/node:14 working_directory: ~/project environment: YARN_CACHE_FOLDER: "~/.cache/yarn" @@ -36,10 +36,12 @@ jobs: command: yarn install --frozen-lockfile - save_cache: key: yarn-packages-v1-{{ .Branch }}-{{ checksum "yarn.lock" }} - paths: ~/.cache/yarn + paths: + - ~/.cache/yarn - persist_to_workspace: root: . - paths: . + paths: + - . lint-and-typecheck: executor: default diff --git a/.github/workflows/expo-preview.yml b/.github/workflows/expo-preview.yml index ef038f8c..06cd14f1 100644 --- a/.github/workflows/expo-preview.yml +++ b/.github/workflows/expo-preview.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 10.x + node-version: 14.x - name: Setup Expo uses: expo/expo-github-action@v5 diff --git a/.github/workflows/expo.yml b/.github/workflows/expo.yml index 55597601..4b826d7e 100644 --- a/.github/workflows/expo.yml +++ b/.github/workflows/expo.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 10.x + node-version: 14.x - name: Setup Expo uses: expo/expo-github-action@v5