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

Commit 00b6b93

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
token-metadata,
5454
token-swap,
5555
]
56+
exclude:
57+
- package: libraries
58+
node-version: [16.x, 18.x]
5659
include:
5760
# Restrict single-pool and token-lending to supported Node.js versions.
5861
- package: single-pool

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)