Skip to content

Commit

Permalink
Merge pull request #601 from filipedeschamps/dependencies-backend
Browse files Browse the repository at this point in the history
Atualiza todas as dependências do Backend
  • Loading branch information
filipedeschamps authored Jul 28, 2022
2 parents 4c1cd82 + 60d7f60 commit 3d84a77
Show file tree
Hide file tree
Showing 6 changed files with 4,960 additions and 6,649 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16.15.0'
node-version: '16'
cache: 'npm'
- run: npm ci
- run: npm run dev & npx jest --runInBand
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.15.0'
node-version: '16'
cache: 'npm'
- run: npm ci
- run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.15.0
lts/gallium
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Rodar o TabNews em sua máquina local é uma tarefa extremamente simples.

Você precisa ter duas principais dependências instaladas:

- Node.js v16 LTS (ou qualquer versão superior)
- Node.js LTS v16 (ou qualquer versão superior)
- Docker Engine v17.12.0 com Docker Compose v1.24.1 (ou qualquer versão superior)

Utiliza nvm? Então pode executar `nvm install` na pasta do projeto para instalar e utilizar a versão mais apropriada do Node.js.
Utiliza `nvm`? Então pode executar `nvm install` na pasta do projeto para instalar e utilizar a versão mais apropriada do Node.js.

### Dependências locais

Expand Down
Loading

1 comment on commit 3d84a77

@vercel
Copy link

@vercel vercel bot commented on 3d84a77 Jul 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tabnews – ./

www.tabnews.com.br
tabnews-git-main-tabnews.vercel.app
tabnews-tabnews.vercel.app
tabnews.com.br

Please sign in to comment.