Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Merge pull request #163 from Financial-Times/drop-node-14
Browse files Browse the repository at this point in the history
Drop Node.js 14 support
  • Loading branch information
rowanmanning authored Apr 18, 2023
2 parents bd5578d + 0b67fcb commit e8ac113
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@ workflows:
name: build-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.15", "14.19" ]
node-version: [ "16.15" ]
- test:
requires:
- build-v<< matrix.node-version >>
name: test-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.15", "14.19" ]
node-version: [ "16.15" ]

build-test-publish:
when:
Expand All @@ -177,7 +177,7 @@ workflows:
name: build-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.15", "14.19" ]
node-version: [ "16.15" ]
- test:
filters:
<<: *filters_version_tag
Expand All @@ -186,7 +186,7 @@ workflows:
name: test-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.15", "14.19" ]
node-version: [ "16.15" ]
- publish:
context: npm-publish-token
filters:
Expand All @@ -211,14 +211,14 @@ workflows:
name: build-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.15", "14.19" ]
node-version: [ "16.15" ]
- test:
requires:
- build-v<< matrix.node-version >>
name: test-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.15", "14.19" ]
node-version: [ "16.15" ]

nightly:
when:
Expand All @@ -235,15 +235,15 @@ workflows:
name: build-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.15", "14.19" ]
node-version: [ "16.15" ]
- test:
requires:
- build-v<< matrix.node-version >>
context: next-nightly-build
name: test-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.15", "14.19" ]
node-version: [ "16.15" ]

notify:
webhooks:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"config": {},
"engines": {
"node": "14.x || 16.x",
"node": "16.x",
"npm": "7.x || 8.x"
},
"husky": {
Expand Down

0 comments on commit e8ac113

Please sign in to comment.