Skip to content

Commit dcd9828

Browse files
WilliamBergaminClaudezimeg
authored
chore: drop Node.js 18 support for relevant packages (#2572)
Co-authored-by: Claude <svc-devxp-claude@slack-corp.com> Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent 4af912d commit dcd9828

25 files changed

Lines changed: 174 additions & 44 deletions
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@slack/cli-hooks": major
3+
---
4+
5+
Drop Node.js 18 support. The minimum supported Node.js version is now 20.

.changeset/drop-node18-cli-test.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@slack/cli-test": major
3+
---
4+
5+
Drop Node.js 18 support. The minimum supported Node.js version is now 20.

.changeset/drop-node18-logger.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@slack/logger": major
3+
---
4+
5+
Drop Node.js 18 support. The minimum supported Node.js version is now 20.

.changeset/drop-node18-oauth.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@slack/oauth": major
3+
---
4+
5+
Drop Node.js 18 support. The minimum supported Node.js version is now 20.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@slack/socket-mode": major
3+
---
4+
5+
Drop Node.js 18 support. The minimum supported Node.js version is now 20.

.changeset/drop-node18-types.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@slack/types": major
3+
---
4+
5+
Drop Node.js 18 support. The minimum supported Node.js version is now 20.

.changeset/drop-node18-web-api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@slack/web-api": major
3+
---
4+
5+
Drop Node.js 18 support. The minimum supported Node.js version is now 20.

.changeset/drop-node18-webhook.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@slack/webhook": major
3+
---
4+
5+
Drop Node.js 18 support. The minimum supported Node.js version is now 20.

.github/workflows/ci-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- "ubuntu-latest"
2020
- "windows-latest"
2121
node-version:
22-
- "18.x"
2322
- "20.x"
2423
- "22.x"
2524
- "24.x"

package-lock.json

Lines changed: 106 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)