Skip to content

Commit

Permalink
ci: desfaz configuração de multiplas versões do node
Browse files Browse the repository at this point in the history
  • Loading branch information
LorhanSohaky committed Feb 22, 2024
1 parent 31d5824 commit 045979f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@ on: [pull_request]

jobs:
e2e-tests:
name: Rodar testes E2E
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '20', '21' ]
name: Testes E2E com node ${{ matrix.node }}

steps:
- name: Puxar o código do commit
uses: actions/checkout@v2

- name: Instalar o Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: '20.x'

- name: Cacheando dependencias
id: cache_dependencies
Expand Down

0 comments on commit 045979f

Please sign in to comment.