Skip to content

Commit 4e2d963

Browse files
committed
CI: drop support for Node.js 19
1 parent d5c4519 commit 4e2d963

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration-javascript.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28+
# We support only Node.js versions with "LTS" and "Current" status.
2829
# See: https://nodejs.dev/en/about/releases/
29-
node-version: [18.x, 19.x, 20.x]
30+
# See: https://github.com/nodejs/Release
31+
node-version: [18.x, 20.x]
3032

3133
steps:
3234
# https://github.com/actions/checkout

0 commit comments

Comments
 (0)