We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992966f commit 9f43039Copy full SHA for 9f43039
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup node
18
uses: actions/setup-node@v4
19
with:
20
- node-version: 20
+ node-version: 22
21
check-latest: true
22
cache: yarn
23
- name: Install deps
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments