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

Commit 2ac9f39

Browse files
committed
Elevate requirements of @solana/spl-type-length-value to Node >=19
1 parent 2a7694c commit 2ac9f39

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,11 +54,13 @@ 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.
5858
- package: single-pool
5959
node-version: 20.5
6060
- package: token-lending
6161
node-version: 18.5
62+
- package: type-length-value
63+
node-version: 19
6264
runs-on: ubuntu-latest
6365
steps:
6466
- uses: actions/checkout@v4

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)