Skip to content

Commit ec1c5da

Browse files
ci: drop Node 18 from matrix to match engines >=20
serialize-javascript@7.0.5 (the patched version from the protobufjs/ follow-redirects override in this PR) uses globalThis.crypto, which is only a global on Node 19+. Commit 4b1b79a bumped engines to >=20 but left the CI matrix on 18.x/20.x/22.x. Aligning the matrix with engines. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 584dbba commit ec1c5da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.x, 20.x, 22.x]
19+
node-version: [20.x, 22.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

0 commit comments

Comments
 (0)