Skip to content

Commit fdaefd7

Browse files
author
Volodymyr Malyhin
committed
chore: fix running tests
1 parent 7c6918a commit fdaefd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/runTestsOnPush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Node
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: 20.8.0
14+
node-version: 18
1515
cache: yarn
1616
cache-dependency-path: '**/yarn.lock'
1717

0 commit comments

Comments
 (0)