Skip to content

Commit

Permalink
Merge pull request #200 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 committed Apr 18, 2023
2 parents d33b720 + 5731b11 commit d03e9a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@ workflows:
name: build-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.14", "14.19" ]
node-version: [ "16.14" ]
- test:
requires:
- build-v<< matrix.node-version >>
name: test-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.14", "14.19" ]
node-version: [ "16.14" ]

build-test-publish:
when:
Expand All @@ -165,7 +165,7 @@ workflows:
name: build-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.14", "14.19" ]
node-version: [ "16.14" ]
- test:
filters:
<<: *filters_version_tag
Expand All @@ -174,7 +174,7 @@ workflows:
name: test-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.14", "14.19" ]
node-version: [ "16.14" ]
- publish:
context: npm-publish-token
filters:
Expand All @@ -197,12 +197,12 @@ workflows:
name: build-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.14", "14.19" ]
node-version: [ "16.14" ]
- test:
requires:
- build-v<< matrix.node-version >>
context: next-nightly-build
name: test-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.14", "14.19" ]
node-version: [ "16.14" ]
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 @@ -41,7 +41,7 @@
"snyk": "^1.168.0"
},
"engines": {
"node": "14.x || 16.x",
"node": "16.x",
"npm": "7.x || 8.x"
},
"husky": {
Expand Down

0 comments on commit d03e9a4

Please sign in to comment.