Skip to content

Commit

Permalink
ci: add node versions 12,14,15 (#50)
Browse files Browse the repository at this point in the history
* adding ci for node versions for 12,14,15

* Update ci.yml

* chore: update deps

* chore: lock file

* chore: update deps

* ci: run only ubuntu

Co-authored-by: Ricardo Gobbo de Souza <ricardogobbosouza@yahoo.com.br>
  • Loading branch information
rlam3 and ricardogobbosouza committed Dec 15, 2020
1 parent 8ac8ec5 commit 191b8fc
Show file tree
Hide file tree
Showing 2 changed files with 3,507 additions and 3,129 deletions.
2 changes: 1 addition & 1 deletion .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: [10, 12, 14, 15]

steps:
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 191b8fc

Please sign in to comment.