chore: bump node versions on CI

This commit is contained in:
Satyajit Sahoo
2021-05-09 00:26:16 +02:00
parent 4bb0b43f1a
commit 33b2dbb85c
3 changed files with 7 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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