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

Commit 3b1e1cb

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

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
package:
4545
[
4646
account-compression,
47-
libraries,
4847
memo,
4948
name-service,
5049
stake-pool,
@@ -54,7 +53,9 @@ jobs:
5453
token-swap,
5554
]
5655
include:
57-
# Restrict single-pool and token-lending to supported Node.js versions.
56+
# Restrict certain packages to supported Node.js versions.
57+
- package: libraries
58+
node-version: 20.x
5859
- package: single-pool
5960
node-version: 20.5
6061
- 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)