Skip to content

Commit

Permalink
build!: drop support for node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
joelcarr committed Feb 1, 2024
1 parent 17fc884 commit 6d833ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ executors:
node18_16:
docker:
- image: cimg/node:18.16
node16_20:
docker:
- image: cimg/node:16.20
jobs:
checkout:
docker:
Expand Down Expand Up @@ -47,7 +44,6 @@ workflows:
executor:
- node
- node18_16
- node16_20
filters:
tags:
only: /^v\d+\.\d+\.\d+(-.+)?/
Expand All @@ -60,7 +56,6 @@ workflows:
executor:
- node
- node18_16
- node16_20
filters:
tags:
only: /^v\d+\.\d+\.\d+(-.+)?/
Expand All @@ -73,7 +68,6 @@ workflows:
executor:
- node
- node18_16
- node16_20
filters:
tags:
only: /^v\d+\.\d+\.\d+(-.+)?/
Expand Down Expand Up @@ -108,7 +102,6 @@ workflows:
executor:
- node
- node18_16
- node16_20
- tool-kit/build:
name: tool-kit/build-<< matrix.executor >>
requires:
Expand All @@ -118,7 +111,6 @@ workflows:
executor:
- node
- node18_16
- node16_20
- tool-kit/test:
name: tool-kit/test-<< matrix.executor >>
requires:
Expand All @@ -128,4 +120,3 @@ workflows:
executor:
- node
- node18_16
- node16_20
1 change: 0 additions & 1 deletion .toolkitrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ options:
nodeVersion:
- "20.11"
- "18.16"
- "16.20"
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@dotcom-tool-kit/jest": "^3.4.0"
},
"engines": {
"node": "16.x || 18.x || 20.x",
"npm": "7.x || 8.x || 9.x || 10.x"
"node": "18.x || 20.x",
"npm": "8.x || 9.x || 10.x"
},
"volta": {
"node": "20.11.0"
Expand Down

0 comments on commit 6d833ab

Please sign in to comment.