Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Nov 30, 2021
1 parent e86b10a commit 844f190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
node: [10]
node: [12, 14]

steps:
- uses: actions/setup-node@v2
Expand All @@ -43,4 +43,4 @@ jobs:
run: yarn test

- name: Coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2

0 comments on commit 844f190

Please sign in to comment.