Skip to content

Commit

Permalink
Drop support for Node.js 16
Browse files Browse the repository at this point in the history
This also drops support for npm 7.
  • Loading branch information
rowanmanning committed Jan 24, 2024
1 parent 3c0f205 commit 179ff52
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 17 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ executors:
node18_19:
docker:
- image: cimg/node:18.19
node16_20:
docker:
- image: cimg/node:16.20
jobs:
checkout:
docker:
Expand All @@ -37,8 +34,6 @@ workflows:
filters:
branches:
only: /(^renovate-.*|^nori/.*)/
tags:
only: /^v\d+\.\d+\.\d+(-.+)?/
- tool-kit/setup:
name: tool-kit/setup-<< matrix.executor >>
requires:
Expand All @@ -49,7 +44,6 @@ workflows:
executor:
- node
- node18_19
- node16_20
filters:
tags:
only: /^v\d+\.\d+\.\d+(-.+)?/
Expand All @@ -62,7 +56,6 @@ workflows:
executor:
- node
- node18_19
- node16_20
filters:
tags:
only: /^v\d+\.\d+\.\d+(-.+)?/
Expand All @@ -75,7 +68,6 @@ workflows:
executor:
- node
- node18_19
- node16_20
filters:
tags:
only: /^v\d+\.\d+\.\d+(-.+)?/
Expand Down Expand Up @@ -110,7 +102,6 @@ workflows:
executor:
- node
- node18_19
- node16_20
- tool-kit/build:
name: tool-kit/build-<< matrix.executor >>
requires:
Expand All @@ -120,7 +111,6 @@ workflows:
executor:
- node
- node18_19
- node16_20
- tool-kit/test:
name: tool-kit/test-<< matrix.executor >>
requires:
Expand All @@ -130,4 +120,3 @@ workflows:
executor:
- node
- node18_19
- node16_20
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
1 change: 0 additions & 1 deletion .toolkitrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ options:
nodeVersion:
- '20.11'
- '18.19'
- '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 @@ -11,8 +11,8 @@
"format": "dotcom-tool-kit format:local"
},
"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"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 179ff52

Please sign in to comment.