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

Commit

Permalink
chore: bump node version on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Oct 14, 2022
1 parent 731b1cd commit 703f148
Show file tree
Hide file tree
Showing 5 changed files with 322 additions and 1,665 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
executors:
default:
docker:
- image: circleci/node:14
- image: circleci/node:16
working_directory: ~/project

commands:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/expo-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Setup Expo
uses: expo/expo-github-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/expo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Setup Expo
uses: expo/expo-github-action@v6
Expand Down
Loading

0 comments on commit 703f148

Please sign in to comment.