Skip to content

Commit

Permalink
Merge pull request #3573 from iclanton/drop-node12
Browse files Browse the repository at this point in the history
Drop Node 12 support from this repo.
  • Loading branch information
iclanton committed Aug 4, 2022
2 parents e317c0e + 275bbc4 commit 47834c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions common/config/azure-pipelines/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
condition: succeeded()
strategy:
matrix:
'NodeJs 12':
NodeVersion: 12
'NodeJs 14':
NodeVersion: 14
'NodeJs 16':
Expand Down
2 changes: 1 addition & 1 deletion rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
* LTS schedule: https://nodejs.org/en/about/releases/
* LTS versions: https://nodejs.org/en/download/releases/
*/
"nodeSupportedVersionRange": ">=12.13.0 <13.0.0 || >=14.15.0 <15.0.0 || >=16.13.0 <17.0.0",
"nodeSupportedVersionRange": ">=14.15.0 <15.0.0 || >=16.13.0 <17.0.0",

/**
* Odd-numbered major versions of Node.js are experimental. Even-numbered releases
Expand Down

0 comments on commit 47834c9

Please sign in to comment.