Skip to content

Commit 7c1be85

Browse files
authored
Merge pull request #152 from XRPL-Labs/WietseWind-patch-1
Node 20 otherwise Jest fail
2 parents 0f4be93 + 39dfe7f commit 7c1be85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/prepare-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
- name: Node
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: 18.x
16+
node-version: 20.x
1717

1818
- name: Cache node_modules/
1919
uses: actions/cache@v4

0 commit comments

Comments
 (0)