We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519463b commit 8fe7527Copy full SHA for 8fe7527
1 file changed
.github/workflows/test.yml
@@ -15,9 +15,8 @@ jobs:
15
- name: Set up node
16
uses: actions/setup-node@v4
17
with:
18
- node-version: '18'
+ node-version: '22'
19
cache: 'yarn'
20
- cache-dependency-path: yarn.lock
21
22
- name: Install dependencies
23
run: |
0 commit comments