Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit 703f148

Browse files
committed
chore: bump node version on the CI
1 parent 731b1cd commit 703f148

File tree

5 files changed

+322
-1665
lines changed

5 files changed

+322
-1665
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
executors:
44
default:
55
docker:
6-
- image: circleci/node:14
6+
- image: circleci/node:16
77
working_directory: ~/project
88

99
commands:

.github/workflows/expo-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 14.x
16+
node-version: 16.x
1717

1818
- name: Setup Expo
1919
uses: expo/expo-github-action@v6

.github/workflows/expo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 14.x
19+
node-version: 16.x
2020

2121
- name: Setup Expo
2222
uses: expo/expo-github-action@v6

0 commit comments

Comments
 (0)