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

Commit 485226e

Browse files
committed
Don't run tests in libraries on Node older than v20
1 parent e2868ab commit 485226e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
name-service,
4949
stake-pool,
5050
token,
51-
token-group,
52-
token-metadata,
5351
token-swap,
5452
]
5553
include:
@@ -58,8 +56,12 @@ jobs:
5856
node-version: 20.x
5957
- package: single-pool
6058
node-version: 20.5
59+
- package: token-group
60+
node-version: 20.x
6161
- package: token-lending
6262
node-version: 18.5
63+
- package: token-metadata
64+
node-version: 20.x
6365
runs-on: ubuntu-latest
6466
steps:
6567
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)