Skip to content

Commit

Permalink
Merge pull request #214 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 c070599 + 4cb8732 commit 690dbe5
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 @@ -160,14 +160,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 @@ -182,7 +182,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 @@ -191,7 +191,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 @@ -216,14 +216,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" ]

nightly:
when:
Expand All @@ -242,7 +242,7 @@ 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 >>
Expand All @@ -252,7 +252,7 @@ workflows:
name: test-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.14", "14.19" ]
node-version: [ "16.14" ]

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 @@ -12,7 +12,7 @@
"preinstall": "[ \"$INIT_CWD\" != \"$PWD\" ] || npm_config_yes=true npx check-engine"
},
"engines": {
"node": "14.x || 16.x",
"node": "16.x",
"npm": "7.x || 8.x"
},
"repository": {
Expand Down

0 comments on commit 690dbe5

Please sign in to comment.