Skip to content

Commit 780a31b

Browse files
committed
chore(workflow): tests: add node version "15.x" to tests
1 parent 75574a1 commit 780a31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: [10.x, 12.x, 14.x]
20+
node-version: [10.x, 12.x, 14.x, 15.x] # TODO: change "15.x" to "16.x" when 16 releases
2121
steps:
2222
- uses: actions/checkout@v2
2323
if: github.event.inputs.git-ref == ''

0 commit comments

Comments
 (0)