Skip to content

Commit 05e7478

Browse files
committed
Try to fix test workflow
1 parent 519463b commit 05e7478

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
- name: Set up node
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '18'
19-
cache: 'yarn'
20-
cache-dependency-path: yarn.lock
18+
node-version: '22'
2119

2220
- name: Install dependencies
2321
run: |

0 commit comments

Comments
 (0)