Skip to content

Commit

Permalink
drop Node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jkerr321 committed Apr 17, 2023
1 parent 44cb6b5 commit 3ccbdc9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@ workflows:
name: build-node-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.14", "14.19" ]
node-version: [ "16.14" ]
- test-node:
requires:
- build-node-v<< matrix.node-version >>
name: test-node-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.14", "14.19" ]
node-version: [ "16.14" ]

renovate-nori-build-test:
jobs:
Expand All @@ -146,14 +146,14 @@ workflows:
name: build-node-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.14", "14.19" ]
node-version: [ "16.14" ]
- test-node:
requires:
- build-node-v<< matrix.node-version >>
name: test-node-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.14", "14.19" ]
node-version: [ "16.14" ]

build-test-publish:
jobs:
Expand All @@ -163,7 +163,7 @@ workflows:
name: build-node-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.14", "14.19" ]
node-version: [ "16.14" ]
- test-node:
filters:
<<: *filters_release_package_build
Expand All @@ -172,7 +172,7 @@ workflows:
name: test-node-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.14", "14.19" ]
node-version: [ "16.14" ]
- publish:
context: npm-publish-token
filters:
Expand Down
3 changes: 1 addition & 2 deletions 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 @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/Financial-Times/ebi#readme",
"engines": {
"node": "14.x || 16.x",
"node": "16.x",
"npm": "7.x || 8.x"
},
"husky": {
Expand Down

0 comments on commit 3ccbdc9

Please sign in to comment.