Skip to content

Commit

Permalink
Atualiza ações do github
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomelo committed Mar 11, 2024
1 parent 1d38f21 commit 7fe49ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
Expand All @@ -27,7 +27,7 @@ jobs:
run: npx playwright install --with-deps
- name: Executar testes do Playwright
run: npx playwright test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down

0 comments on commit 7fe49ff

Please sign in to comment.