Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit d4f790a

Browse files
committed
Elevate requirements to Node >=19
1 parent 2a7694c commit d4f790a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pull-request-js.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
token-swap,
5555
]
5656
include:
57-
# Restrict single-pool and token-lending to supported Node.js versions.
57+
# Restrict certain packages to supported Node.js versions.
58+
- package: libraries
59+
node-version: 20.x
5860
- package: single-pool
5961
node-version: 20.5
6062
- package: token-lending

libraries/type-length-value/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "module",
99
"sideEffects": false,
1010
"engines": {
11-
"node": ">=16"
11+
"node": ">=19"
1212
},
1313
"files": [
1414
"lib",

0 commit comments

Comments
 (0)