Skip to content

Commit

Permalink
Merge pull request #4330 from iclanton/drop-node-14
Browse files Browse the repository at this point in the history
Drop support for Node 14.
  • Loading branch information
iclanton authored Sep 15, 2023
2 parents 9cfe288 + f82ec02 commit e7df95b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
include:
- NodeVersion: 14
- NodeVersion: 16
OS: ubuntu-latest
- NodeVersion: 18
OS: ubuntu-latest
Expand Down
20 changes: 0 additions & 20 deletions common/config/azure-pipelines/ci.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion common/config/azure-pipelines/templates/install-node.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
- name: NodeMajorVersion
type: number
default: 14
default: 18

steps:
- task: NodeTool@0
Expand Down
2 changes: 1 addition & 1 deletion rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* LTS schedule: https://nodejs.org/en/about/releases/
* LTS versions: https://nodejs.org/en/download/releases/
*/
"nodeSupportedVersionRange": ">=14.15.0 <15.0.0 || >=16.13.0 <17.0.0 || >=18.15.0 <19.0.0",
"nodeSupportedVersionRange": ">=16.13.0 <17.0.0 || >=18.15.0 <19.0.0",

/**
* If the version check above fails, Rush will display a message showing the current
Expand Down

0 comments on commit e7df95b

Please sign in to comment.