Skip to content

Commit

Permalink
Atualização configuração de CI
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasgusson authored Sep 22, 2023
1 parent cb12cbf commit 3e3fd7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['10.x', '12.x', '14.x']
os: [ubuntu-latest, windows-latest, macOS-latest]
node: ['14.x', '16.x']
os: [ubuntu-latest]

steps:
- name: Checkout repo
Expand Down

0 comments on commit 3e3fd7f

Please sign in to comment.