Skip to content

Commit

Permalink
ci(nodejs): test on nodejs 15 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed May 15, 2021
1 parent a1a9204 commit 41c3706
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- 12.x
- 13.x
- 14.x
- 15.x
- 16.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- 12.x
- 13.x
- 14.x
- 15.x
- 16.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 41c3706

Please sign in to comment.