Skip to content

Commit

Permalink
Merge pull request #10 from thomasrosen/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
thomasrosen committed Sep 25, 2023
2 parents 2a34475 + ebe0f0f commit 375062b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '14'
node-version: '16'
check-latest: true
- name: Install Dependencies
run: cd ./frontend/ && yarn
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import './App.css'
import '../fonts/ubuntu-v15-latin/index.css'
import '../fonts/ubuntu-mono-v10-latin/index.css'

import parsePhoneNumber from 'libphonenumber-js'
import parsePhoneNumber from 'libphonenumber-js' // TODO move this to the backend to save bandwidth on the client

import {
Outlet,
Expand Down

0 comments on commit 375062b

Please sign in to comment.