Skip to content

Commit

Permalink
ci(actions): build and test on node 12, 14, 16
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Oct 3, 2021
1 parent 3d28301 commit 502c7da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
matrix:
node-version:
- 12.x
- 13.x
- 14.x
- 15.x
- 16.x
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
matrix:
node-version:
- 12.x
- 13.x
- 14.x
- 15.x
- 16.x
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 502c7da

Please sign in to comment.