Skip to content

Commit 8fe7527

Browse files
committed
Try to fix test workflow
1 parent 519463b commit 8fe7527

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

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

2221
- name: Install dependencies
2322
run: |

0 commit comments

Comments
 (0)