Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Node.js 16 #228

Merged
merged 2 commits into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
66 changes: 33 additions & 33 deletions package-lock.json

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

6 changes: 3 additions & 3 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 All @@ -39,7 +39,7 @@
"snyk": "^1.167.2"
},
"dependencies": {
"@dotcom-reliability-kit/logger": "^2.2.6",
"@dotcom-reliability-kit/logger": "^3.0.3",
"aws-sdk": "^2.6.10",
"fetchres": "^1.5.1",
"moment": "^2.29.4",
Expand Down