Skip to content

Commit 32efb5c

Browse files
author
Volodymyr Malyhin
committed
chore: fix node 16 version
1 parent fdaefd7 commit 32efb5c

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: 18
14+
node-version: 16
1515
cache: yarn
1616
cache-dependency-path: '**/yarn.lock'
1717

0 commit comments

Comments
 (0)