Skip to content

Commit f47b272

Browse files
committed
🗑️ Deprecated Node 10.x
1 parent 1fa88b3 commit f47b272

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
12+
node-version: [12.x, 14.x, 15.x, 16.x, 17.x]
1313

1414
steps:
1515
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
* Added the `TeamsSsoProvider`
1414

15+
### Changes
16+
17+
* Removed support for Node 10.x
18+
1519
## [*3.1.1*] - <*2021-09-30*>
1620

1721
### Changes

0 commit comments

Comments
 (0)