Skip to content

Commit

Permalink
chore: Upgrade to Node 16 (#251)
Browse files Browse the repository at this point in the history
* chore: Upgrade to Node 16

* chore: Improve README and change nvmrc
  • Loading branch information
ja-bravo authored Nov 25, 2021
1 parent efd9bd7 commit b18f4ae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 14
node-version: 16
- run: yarn
- run: yarn lint
- run: yarn typecheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/expo-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- uses: expo/expo-github-action@v5
with:
expo-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.1
v16
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

Optic is an app that helps you securely generate OTP tokens for 2FA protected npm accounts. It allows auto-publish npm packages using CI.

## Requirements

- Node LTS
- yarn

## Setup

1. `cp .env.sample .env`
Expand All @@ -17,4 +22,4 @@ The figma designs can be found [here](https://www.figma.com/file/xsPf6IIM9AevLN5

## Sequence diagram

[![](docs/images/architecture.png)](https://docs.google.com/presentation/d/16038cTBefSKQezJk0IZKNXnSqaG2PnU07Sb2_qIkNe8/edit?usp=sharing)
[![](docs/images/architecture.png)](https://docs.google.com/presentation/d/16038cTBefSKQezJk0IZKNXnSqaG2PnU07Sb2_qIkNe8/edit?usp=sharing)

0 comments on commit b18f4ae

Please sign in to comment.